Skip to content

Commit

Permalink
Fixes #15061: nbsp style test fails because it parsed .pyc files
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdall committed Jun 11, 2019
1 parent 9b6e027 commit d953ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/style/tests/nbsp_is_not_allowed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
# NBSP breaks scripts and cfengine code, they should never appear

# Build fine arguments
FIND_ARGS="-type f -not -wholename */.git/* -not -wholename */api/flask/* -not -name *.png -not -name *.eot -not -name *.ttf -not -name *.woff -not -name *.otf -not -name *.js -not -name *.ico -not -name *.rpm"
FIND_ARGS="-type f -not -wholename */.git/* -not -wholename */api/flask/* -not -name *.png -not -name *.eot -not -name *.ttf -not -name *.woff -not -name *.otf -not -name *.js -not -name *.ico -not -name *.rpm -not -name *.pyc"

# Automatically exclude anything from the .gitignore file
while read line
Expand Down

0 comments on commit d953ee9

Please sign in to comment.