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

Unified Diff: tools/mb/PRESUBMIT.py

Issue 2357483002: Clean up mb_config.pyl now that we're off GYP. (Closed)
Patch Set: patch for landing (no .export file) Created 4 years, 3 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 | tools/mb/mb.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/mb/PRESUBMIT.py
diff --git a/tools/mb/PRESUBMIT.py b/tools/mb/PRESUBMIT.py
index 8a8d9b704c8332abb0c7a67179857f3bf5a89faf..838d3c39910554824c4fcb5c1c3102451636526a 100644
--- a/tools/mb/PRESUBMIT.py
+++ b/tools/mb/PRESUBMIT.py
@@ -22,13 +22,6 @@ def _CommonChecks(input_api, output_api):
cmd=cmd, kwargs=kwargs,
message=output_api.PresubmitError)]))
- results.extend(
- input_api.canned_checks.CheckLongLines(
- input_api,
- output_api,
- maxlen=80,
- source_file_filter=lambda x: 'mb_config.pyl' in x.LocalPath()))
-
return results
« no previous file with comments | « no previous file | tools/mb/mb.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698