From 6a120df447eb9d6d2d93680d21f8fd94a6920e32 Mon Sep 17 00:00:00 2001 From: Andy Chu Date: Wed, 3 Jul 2019 09:27:05 -0700 Subject: [PATCH] [test/lint] Exclude tools/{find,xargs} for now. They should be added back when we integrate them into bin/oil.py. --- test/lint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lint.sh b/test/lint.sh index 2d068af740..7e4c370d32 100755 --- a/test/lint.sh +++ b/test/lint.sh @@ -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