Skip to content

Commit

Permalink
cpplint: Ignore indentation inside namespace.
Browse files Browse the repository at this point in the history
Exception for a false positive. cpplint/cpplint#293
  • Loading branch information
vkucera committed Oct 31, 2024
1 parent 0b8bdf6 commit a251515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CPPLINT.cfg
Original file line number Diff line number Diff line change
@@ -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
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 comments on commit a251515

Please sign in to comment.