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. :( |