forked from ZEISS/pylibczirw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCPPLINT.cfg
10 lines (10 loc) · 855 Bytes
/
CPPLINT.cfg
1
2
3
4
5
6
7
8
9
10
set noparent
linelength=200
# Filter Rationale
# -whitespace: Largely checked by editorconfig
# +whitespace/tab: Back up to editorconfig since some were not found
# -legal/copyright: Taken care of by REUSE
# -runtime/*: Fix in separate PR or leave as-is
# -build/*: Fix in separate PR or leave as-is
# -readability/*: Fix in separate PR or leave as-is
filter=-whitespace,+whitespace/tab,-runtime/explicit,-runtime/references,-runtime/int,-runtime/printf,-runtime/threadsafe_fn,-runtime/arrays,-runtime/indentation_namespace,-build/include_what_you_use,-build/include,-build/header_guard,-build/c++11,-build/include_subdir,-build/namespaces,-build/include_order,-build/storage_class,-readability/todo,-readability/inheritance,-readability/casting,-readability/utf8,-readability/braces,-readability/namespace,-readability/multiline_comment,-legal/copyright