Skip to content

Commit

Permalink
Merge pull request #2021 from daspecster/revert-2019
Browse files Browse the repository at this point in the history
Exclude verify_included_modules.py from lint
  • Loading branch information
daspecster authored Jul 25, 2016
2 parents 04a2543 + 7e1105b commit e5209ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions scripts/run_pylint.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
IGNORED_DIRECTORIES = [
os.path.join('gcloud', 'bigtable', '_generated'),
os.path.join('gcloud', 'datastore', '_generated'),
'scripts/verify_included_modules.py',
]
IGNORED_FILES = [
os.path.join('docs', 'conf.py'),
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ deps =
{[testing]deps}
pycodestyle
pylint >= 1.6.4
sphinx
setenv =
PYTHONPATH = {toxinidir}/_testing
passenv = {[testenv:system-tests]passenv}
Expand Down

0 comments on commit e5209ee

Please sign in to comment.