Chromium Code Reviews

Unified Diff: presubmit_canned_checks.py

Issue 12252067: Presubmit tests: allow 200 columns in .mk files. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | tests/presubmit_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: presubmit_canned_checks.py
diff --git a/presubmit_canned_checks.py b/presubmit_canned_checks.py
index 5516ca3aae5a5596bfd102a6416d0be1fe47a38a..2bd90327b8b9b80a1d3b550911dae597fc12f19a 100644
--- a/presubmit_canned_checks.py
+++ b/presubmit_canned_checks.py
@@ -318,6 +318,7 @@ def CheckLongLines(input_api, output_api, maxlen=80, source_file_filter=None):
"""
maxlens = {
'java': 100,
+ 'mk': 200,
M-A Ruel 2013/02/15 15:47:52 Add a comment: # This is purely due to Android har
'': maxlen,
}
# Note: these are C++ specific but processed on all languages. :(
« no previous file with comments | « no previous file | tests/presubmit_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine