diff --git a/git-hooks/pre-commit b/git-hooks/pre-commit index c96e7b47e31..70e559f9fbc 100755 --- a/git-hooks/pre-commit +++ b/git-hooks/pre-commit @@ -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 +