Skip to content

Commit cc87849

Browse files
authored
cpplint: Ignore indentation inside namespace. (alisw#962)
Exception for a false positive. cpplint/cpplint#293
1 parent 8c04a8d commit cc87849

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)