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
Similar to husky (js) hooks, would be useful if we could automatically add a pre-commit hook which does a gradlew spotlessApply (or at least a spotlessCheck to prevent bad commits).
Similar to husky (js) hooks, would be useful if we could automatically add a pre-commit hook which does a
gradlew spotlessApply
(or at least aspotlessCheck
to prevent bad commits).This is a potential candidate: https://github.com/jakemarsden/git-hooks-gradle-plugin
The text was updated successfully, but these errors were encountered: