Skip to content

Commit

Permalink
chrome: Cleanup some entries from presubmit's exclude list.
Browse files Browse the repository at this point in the history
They don't seem to be necessary anymore.

R=thestig@chromium.org

Review URL: https://codereview.chromium.org/794243004

Cr-Commit-Position: refs/heads/master@{#308278}
  • Loading branch information
tfarina authored and Commit bot committed Dec 13, 2014
1 parent 7c2b781 commit 976aee2
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions chrome/PRESUBMIT.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,8 @@
r'.*resource.h$',
# Header trickery
r'.*-inl\.h$',
# Templates
r'sigslotrepeater\.h$',
# GCC attribute trickery
r'sel_main\.cc$',
# Mozilla code
r'mork_reader\.h$',
r'mork_reader\.cc$',
r'nss_decryptor_linux\.cc$',
# Has safe printf usage that cpplint complains about
r'safe_browsing_util\.cc$',
# Bogus ifdef tricks
r'renderer_webkitplatformsupport_impl\.cc$',
# Lines > 100 chars
r'gcapi\.cc$',
)

def _CheckChangeLintsClean(input_api, output_api):
Expand Down

0 comments on commit 976aee2

Please sign in to comment.