Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(93)

Unified Diff: PRESUBMIT.py

Issue 2041313002: infra: check in recipes running on master.chromium.infra (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: TODO Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | infra/config/recipes.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 0e89fb2e36ae323acdc1960aa2a1dda8ded2ac0c..8f123c31540782612030ca3a379147591e679c7f 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -267,6 +267,8 @@ def PylintChecks(input_api, output_api): # pragma: no cover
black_list = list(input_api.DEFAULT_BLACK_LIST)
black_list += DISABLED_PROJECTS
black_list += ['.*\.pyc$', '.*_pb2\.py']
+ # TODO(phajdan.jr): pylint recipes-py code (http://crbug.com/617939).
+ black_list += [r'^recipes/recipes\.py$']
black_list += IgnoredPaths(input_api)
extra_syspaths = [venv_path]
« no previous file with comments | « no previous file | infra/config/recipes.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698