Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
feat: adds clirr check on pre-commit hook (#388)
Checks for any clirr error on the pre-commit hooks.
- Loading branch information
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -4,5 +4,8 @@ | ||
|
||
set -e | ||
|
||
# Checks for: | ||
# - Formatting errors | ||
# - Clirr errors | ||
mvn com.coveo:fmt-maven-plugin:check clirr:check | ||
|