Skip to content

Commit

Permalink
feat: adds clirr check on pre-commit hook (#388)
Browse files Browse the repository at this point in the history
Checks for any clirr error on the pre-commit hooks.
  • Loading branch information
thiagotnunes committed Aug 18, 2020
1 parent 8ffdc48 commit bd5c93f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions git-hooks/pre-commit
Expand Up @@ -4,5 +4,8 @@

set -e

# Checks for formatting errors
mvn com.coveo:fmt-maven-plugin:check
# Checks for:
# - Formatting errors
# - Clirr errors
mvn com.coveo:fmt-maven-plugin:check clirr:check

0 comments on commit bd5c93f

Please sign in to comment.