Skip to content

Commit

Permalink
feat: adds clirr check on pre-commit hook (googleapis#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 Jun 5, 2021
1 parent 39f6234 commit 74d9f68
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 74d9f68

Please sign in to comment.