diff --git a/presubmit_canned_checks.py b/presubmit_canned_checks.py index e21bc591d..f7d7f5f7c 100644 --- a/presubmit_canned_checks.py +++ b/presubmit_canned_checks.py @@ -601,24 +601,21 @@ def CheckLongLines(input_api, output_api, maxlen, source_file_filter=None): # '.h' is considered an obj-c file extension, since OBJC_EXCEPTIONS are a # superset of CPP_EXCEPTIONS. CPP_FILE_EXTS = ('c', 'cc') - CPP_EXCEPTIONS = ('#define', '#endif', '#if', '#include', '#pragma') + CPP_EXCEPTIONS = ('#define', '#endif', '#if', '#include', '#pragma', + '// LINT.ThenChange(') HTML_FILE_EXTS = ('html', ) - HTML_EXCEPTIONS = ( - '