mirror of
https://git.tardis.systems/mirrors/yuzu
synced 2025-06-16 14:15:12 +02:00
travis: Ignore binary files when checking for trailing whitespace
This commit is contained in:
parent
548958bcaf
commit
41674d20ac
@ -1,6 +1,6 @@
|
||||
#!/bin/bash -ex
|
||||
|
||||
if grep -nr '\s$' src *.yml *.txt *.md Doxyfile .gitignore .gitmodules .travis* dist/*.desktop \
|
||||
if grep -nrI '\s$' src *.yml *.txt *.md Doxyfile .gitignore .gitmodules .travis* dist/*.desktop \
|
||||
dist/*.svg dist/*.xml; then
|
||||
echo Trailing whitespace found, aborting
|
||||
exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user