We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af6667a commit 9bc70e6Copy full SHA for 9bc70e6
flake8-run.sh
@@ -7,5 +7,8 @@ fi
7
8
if [[ $FLAKE == "true" ]]; then
9
find html5lib/ -name '*.py' -and -not -name 'constants.py' -print0 | xargs -0 flake8 --ignore=E501
10
+ flake1=$?
11
flake8 --max-line-length=99 --ignore=E126 html5lib/constants.py
12
+ flake2=$?
13
+ exit $[$flake1 || $flake2]
14
fi
0 commit comments