Skip to content

Commit bd5c93f

Browse files
authored
feat: adds clirr check on pre-commit hook (#388)
Checks for any clirr error on the pre-commit hooks.
1 parent 8ffdc48 commit bd5c93f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

git-hooks/pre-commit

+5-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@
44

55
set -e
66

7-
# Checks for formatting errors
8-
mvn com.coveo:fmt-maven-plugin:check
7+
# Checks for:
8+
# - Formatting errors
9+
# - Clirr errors
10+
mvn com.coveo:fmt-maven-plugin:check clirr:check
11+

0 commit comments

Comments
 (0)