Skip to content

Commit 0e3da12

Browse files
committed
IT-14563; remove unneeded lint flag causing build failures
1 parent 1477671 commit 0e3da12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pytest_lite:
4545

4646
pylint:
4747
pylint --disable=C allensdk > htmlcov/pylint.txt || exit 0
48-
grep import-error htmlcov/pylint.txt > htmlcov/pylint_imports.txt
48+
egrep '(import-error)|(Unable to import)|(Undefined variable)' htmlcov/pylint.txt > htmlcov/pylint_imports.txt
4949

5050
flake8:
5151
flake8 --ignore=E201,E202,E226 --max-line-length=200 allensdk | grep -v "local variable '_' is assigned to but never used" > htmlcov/flake8.txt

0 commit comments

Comments
 (0)