Merge "Ignore binary files when whitespace linting"
This commit is contained in:
commit
bd02eec539
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
RES=$(git grep -E -l " +$")
|
RES=$(git grep -E -l -I " +$")
|
||||||
|
|
||||||
if [[ -n $RES ]]; then
|
if [[ -n $RES ]]; then
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user