Skip to content

Commit

Permalink
Exclude tools/ from console spam PRESUBMIT
Browse files Browse the repository at this point in the history
tools/ are often standalone or intended to interact with console output.

R=maruel@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250455 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
scottmg@chromium.org committed Feb 11, 2014
1 parent 3ae54ce commit 0b7a21e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions PRESUBMIT.py
Original file line number Diff line number Diff line change
Expand Up @@ -904,8 +904,7 @@ def _CheckSpamLogging(input_api, output_api):
r"^remoting[\\\/]base[\\\/]logging\.h$",
r"^remoting[\\\/]host[\\\/].*",
r"^sandbox[\\\/]linux[\\\/].*",
r"^tools[\\\/]telemetry[\\\/]telemetry[\\\/]core[\\\/]"
r"bitmaptools.cc$",
r"^tools[\\\/]",
r"^ui[\\\/]aura[\\\/]bench[\\\/]bench_main\.cc$",))
source_file_filter = lambda x: input_api.FilterSourceFile(
x, white_list=(file_inclusion_pattern,), black_list=black_list)
Expand Down

0 comments on commit 0b7a21e

Please sign in to comment.