Skip to content

Commit

Permalink
chore: add git hooks for checkstyle/lint
Browse files Browse the repository at this point in the history
runs checkstyle and lint before pushing code
  • Loading branch information
fractalwrench committed Apr 27, 2018
1 parent 6c399bb commit dae6f4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .githooks/pre-push
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
echo "Running lint + checkstyle before push";
./gradlew lint checkstyle

0 comments on commit dae6f4b

Please sign in to comment.