Skip to content

Commit e74f199

Browse files
bnoordhuisMyles Borins
authored and
Myles Borins
committed
tools: disable unwanted cpplint rules again
This commit disables the build/include, build/include_alpha, build/include_order and legal/copyright warnings again. PR-URL: #7462 Reviewed-By: Trevor Norris <[email protected]>
1 parent 391fc80 commit e74f199

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tools/cpplint.py

+6-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,12 @@
254254
# flag. By default all errors are on, so only add here categories that should be
255255
# off by default (i.e., categories that must be enabled by the --filter= flags).
256256
# All entries here should start with a '-' or '+', as in the --filter= flag.
257-
_DEFAULT_FILTERS = ['-build/include_alpha']
257+
_DEFAULT_FILTERS = [
258+
'-build/include',
259+
'-build/include_alpha',
260+
'-build/include_order',
261+
'-legal/copyright',
262+
]
258263

259264
# The default list of categories suppressed for C (not C++) files.
260265
_DEFAULT_C_SUPPRESSED_CATEGORIES = [

0 commit comments

Comments
 (0)