Commit 09829bf0 authored by thakis@chromium.org's avatar thakis@chromium.org

Make presubmit output less annoying for mac people.

Review URL: http://codereview.chromium.org/3521006

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@61277 0039d316-1c4b-4281-b951-d872f2087c98
parent c98b0472
......@@ -258,6 +258,7 @@ def CheckLongLines(input_api, output_api, maxlen=80, source_file_filter=None):
not 'https://' in line and
not line.startswith('#define') and
not line.startswith('#include') and
not line.startswith('#import') and
not line.startswith('#pragma') and
not line.startswith('#if') and
not line.startswith('#endif')):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment