emit trailing spaces check message - circleci

This commit is contained in:
Anurag Hooda 2021-12-23 10:04:47 +00:00 committed by Harendra Kumar
parent 267faf4090
commit defcce3a2c

View File

@ -389,6 +389,7 @@ jobs:
HLINT_TARGETS: src test benchmark
command: |
bash -c "$PACKCHECK $BUILD" || exit 1
echo "Checking trailing spaces..."
count=$(find . -name "*.hs" -exec grep -H '\ $' {} \; | tee /dev/tty | wc -l)
exit $count
- *save