Skip to content

Commit 43035d6

Browse files
committed
Adjust cpplint config
Signed-off-by: Konstantin Ilichev <[email protected]>
1 parent 43db55f commit 43035d6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CPPLINT.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
set noparent
22
exclude_files=tests
3+
filter=-build/include_subdir,-build/include_what_you_use,-build/include_order,-build/include
4+
filter=-build/namespaces,-build/header_guard
5+
filter=-runtime/int,-runtime/printf,-runtime/explicit,
6+
filter=-whitespace,-readability
7+
linelength=180

0 commit comments

Comments
 (0)