Commit 55cb27ed authored by tandrii@chromium.org's avatar tandrii@chromium.org

Don't run pylint on temp stuff.

TBR=benpastene@chromium.org
BUG=

Review-Url: https://codereview.chromium.org/1981993002

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@300594 0039d316-1c4b-4281-b951-d872f2087c98
parent cece75cf
......@@ -25,7 +25,9 @@ def CommonChecks(input_api, output_api, tests_to_black_list):
r'^recipes\.py$',
r'^site-packages-py[0-9]\.[0-9][\/\\].+',
r'^svn_bin[\/\\].+',
r'^testing_support[\/\\]_rietveld[\/\\].+']
r'^testing_support[\/\\]_rietveld[\/\\].+',
r'^testing_support[\/\\]_infra[\/\\].+',
]
if os.path.exists('.gitignore'):
with open('.gitignore') as fh:
lines = [l.strip() for l in fh.readlines()]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment