@@ -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