Skip to content

Commit fc85c7a

Browse files
targosnodejs-github-bot
authored andcommitted
tools: disable some new cpplint rules before update
PR-URL: #60901 Fixes: #60771 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Vladimir Morozov <[email protected]>
1 parent 09c4f6f commit fc85c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cpplint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
set noparent
2-
filter=-build/include_alpha,-build/include_subdir,-build/include_what_you_use,-legal/copyright,-readability/nolint,-readability/braces
2+
filter=-build/c++17,-build/include_alpha,-build/include_subdir,-build/include_what_you_use,-legal/copyright,-readability/nolint,-readability/braces,-whitespace/indent_namespace
33
linelength=80

0 commit comments

Comments
 (0)