You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As i run the git add, git commit. I want lint to run to highlight issues with my code so I don't have to build the entire project or find the errors with detekt on GitHub actions.
Describe the solution
Add a git hook that runs either klint or detekt on git commit.
The text was updated successfully, but these errors were encountered:
As i run the git add, git commit. I want lint to run to highlight issues with my code so I don't have to build the entire project or find the errors with detekt on GitHub actions.
Describe the solution
Add a git hook that runs either klint or detekt on git commit.
Can also include the wrapping of parameters here @jan-gogo
Author the user story for this feature
As i run the git add, git commit. I want lint to run to highlight issues with my code so I don't have to build the entire project or find the errors with detekt on GitHub actions.
Describe the solution
Add a git hook that runs either klint or detekt on git commit.
The text was updated successfully, but these errors were encountered: