Skip to content

Commit d71dade

Browse files
committed
tools: disable some new cpplint rules before update
1 parent a879031 commit d71dade

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)