Merge "Ignore binary files when whitespace linting"

This commit is contained in:
Zuul 2020-09-24 15:49:55 +00:00 committed by Gerrit Code Review
commit bd02eec539
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
set -x
RES=$(git grep -E -l " +$")
RES=$(git grep -E -l -I " +$")
if [[ -n $RES ]]; then
exit 1