Skip to content

Commit

Permalink
[test/lint] Exclude tools/{find,xargs} for now.
Browse files Browse the repository at this point in the history
They should be added back when we integrate them into bin/oil.py.
  • Loading branch information
Andy Chu committed Jul 3, 2019
1 parent 9db0d9a commit 6a120df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lint.sh
Expand Up @@ -108,7 +108,7 @@ flake8-all() {
# defined.
# _abbrev.py modules are concatenated, and don't need to check on their own.
local -a exclude=(
--exclude 'opy/_*,opy/byterun,opy/tools/astgen.py,opy/lib/opcode.py,*/*_abbrev.py')
--exclude 'tools/find,tools/xargs,opy/_*,opy/byterun,opy/tools/astgen.py,opy/lib/opcode.py,*/*_abbrev.py')

# Step 1: Stop the build if there are Python syntax errors, undefined names,
# unused imports
Expand Down

0 comments on commit 6a120df

Please sign in to comment.