chore: less verbose debug info from elvis-check
This commit is contained in:
parent
7923f017be
commit
ee1b826d2a
|
@ -5,7 +5,6 @@
|
||||||
|
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
set -x
|
|
||||||
elvis_version='1.0.0-emqx-2'
|
elvis_version='1.0.0-emqx-2'
|
||||||
|
|
||||||
base="${1:-}"
|
base="${1:-}"
|
||||||
|
@ -48,6 +47,7 @@ for file in $(git_diff); do
|
||||||
# not .erl file
|
# not .erl file
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
echo "$file ..."
|
||||||
if ! ./elvis rock "$file" -c elvis.config; then
|
if ! ./elvis rock "$file" -c elvis.config; then
|
||||||
bad_file_count=$(( bad_file_count + 1))
|
bad_file_count=$(( bad_file_count + 1))
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue