We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ffdc48 commit bd5c93fCopy full SHA for bd5c93f
git-hooks/pre-commit
@@ -4,5 +4,8 @@
4
5
set -e
6
7
-# Checks for formatting errors
8
-mvn com.coveo:fmt-maven-plugin:check
+# Checks for:
+# - Formatting errors
9
+# - Clirr errors
10
+mvn com.coveo:fmt-maven-plugin:check clirr:check
11
+
0 commit comments