Merge "trivial: fix whitespace-linter catching false positives"

This commit is contained in:
Zuul 2018-12-23 18:55:01 +00:00 committed by Gerrit Code Review
commit 213ca596e3
1 changed files with 2 additions and 0 deletions

View File

@ -5,7 +5,9 @@ RES=$(find . \
-not -path "*/\.*" \
-not -path "*/doc/build/*" \
-not -path "*/doc/source/images/*" \
-not -path "*/htmlcov/*" \
-not -name "*.tgz" \
-not -name "*.pyc" \
-type f -exec egrep -l " +$" {} \;)
if [[ -n $RES ]]; then