Merge "trivial: fix whitespace-linter catching false positives"
This commit is contained in:
commit
213ca596e3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user