Rather than specifying all the filters on the command-line in the makefile, we use two different cpplint config files (.cpplint for normal operation, and .cpplint-noisy for more verbose analysis). Signed-off-by: Michael Richters <gedankenexperimenter@gmail.com>pull/1156/head
parent
5c0f20ca58
commit
216fb72ce5
@ -0,0 +1,9 @@
|
||||
set noparent
|
||||
|
||||
extensions=cpp,h,ino
|
||||
|
||||
filter=-build/include
|
||||
filter=-legal/copyright
|
||||
filter=-readability/namespace
|
||||
filter=-runtime/references
|
||||
filter=-whitespace
|
@ -0,0 +1,9 @@
|
||||
set noparent
|
||||
|
||||
extensions=cpp,h,ino
|
||||
|
||||
filter=-build/include
|
||||
filter=-legal/copyright
|
||||
filter=-readability/namespace
|
||||
filter=-runtime/references
|
||||
filter=-whitespace/line_length
|
Loading…
Reference in new issue