Skip to content

Commit

Permalink
Add client/node_modules to ignore so that tox locally doesn't try to …
Browse files Browse the repository at this point in the history
…lint them. This has not been a problem for the CI server, since these never exist.
  • Loading branch information
dannon committed Jul 23, 2015
1 parent 07a0341 commit 5edbdea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/flake8_wrapper.sh
Expand Up @@ -2,7 +2,7 @@

set -e

flake8 --exclude database/,.venv/,`paste -sd, .ci/pep8_sources.txt` .
flake8 --exclude client/node_modules/,database/,.venv/,`paste -sd, .ci/pep8_sources.txt` .

# Look for obviously broken stuff lots more places.
flake8 --select=E901,E902,F821,F822,F823,F831 --exclude lib/galaxy/util/pastescript/serve.py,lib/pkg_resources.py lib/ test/{api,unit}

0 comments on commit 5edbdea

Please sign in to comment.