| 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
|
|
|
|
|
|
|