Skip to content

Commit

Permalink
Adding extra ignores for datastore generated files.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Sep 24, 2016
1 parent cfa29ae commit e98911b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/run_pylint.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

IGNORED_DIRECTORIES = [
os.path.join('google', 'cloud', 'bigtable', '_generated'),
os.path.join('google', 'cloud', 'datastore', '_generated'),
os.path.join('datastore', 'google', 'cloud', 'datastore', '_generated'),
]
IGNORED_FILES = [
os.path.join('docs', 'conf.py'),
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ passenv = {[testenv:system-tests]passenv} SPHINX_RELEASE READTHEDOCS
exclude =
docs/conf.py,
google/cloud/bigtable/_generated*/*,
google/cloud/datastore/_generated/*
datastore/google/cloud/datastore/_generated/*
verbose = 1

[testenv:lint]
Expand Down

0 comments on commit e98911b

Please sign in to comment.