Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e3662a4

Browse filesBrowse files
bnoordhuisFishrock123
authored andcommitted
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 <trev.norris@gmail.com>
1 parent 5830ec5 commit e3662a4
Copy full SHA for e3662a4

File tree

Expand file treeCollapse file tree

1 file changed

+6
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-1
lines changed
Open diff view settings
Collapse file

‎tools/cpplint.py‎

Copy file name to clipboardExpand all lines: tools/cpplint.py
+6-1Lines changed: 6 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.