From f350cc060c08165fd6b2288d681042656c90a758 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 9 Feb 2016 21:33:35 +0000 Subject: [PATCH] Stop linting downloads --- scripts/runtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/runtests.sh b/scripts/runtests.sh index 484e659..4019cc5 100755 --- a/scripts/runtests.sh +++ b/scripts/runtests.sh @@ -14,4 +14,4 @@ jsonlint -q atom/packages.json echo ">> Validating Python..." pip install flake8 -flake8 * --ignore=E128,E501 +flake8 * --ignore=E128,E501 --exclude=env/,node_modules/