Skip to content

Commit a251515

Browse files
committed
cpplint: Ignore indentation inside namespace.
Exception for a false positive. cpplint/cpplint#293
1 parent 0b8bdf6 commit a251515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CPPLINT.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
filter=-build/c++11,-build/namespaces,-readability/fn_size,-readability/todo,-runtime/references,-whitespace/blank_line,-whitespace/braces,-whitespace/comments,-whitespace/line_length,-whitespace/semicolon,-whitespace/todo
1+
filter=-build/c++11,-build/namespaces,-readability/fn_size,-readability/todo,-runtime/references,-whitespace/blank_line,-whitespace/braces,-whitespace/comments,-whitespace/indent_namespace,-whitespace/line_length,-whitespace/semicolon,-whitespace/todo

0 commit comments

Comments
 (0)