Enable test whitespace/use_tab_for_indentaion and disable test runtime/rtti
This commit is contained in:
parent
c97c88ba8d
commit
ffebd4ed4c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
SET(ENABLE_TESTING FALSE CACHE BOOL "Enable unit tests")
|
SET(ENABLE_TESTING FALSE CACHE BOOL "Enable unit tests")
|
||||||
|
|
||||||
SET(cpplint_filters
|
SET(cpplint_filters
|
||||||
-whitespace/tab,-whitespace/parens,-whitespace/line_length,-whitespace/labels
|
+whitespace/use_tab_for_indentation,-whitespace/tab,-whitespace/parens,-whitespace/line_length,-whitespace/labels,-runtime/rtti
|
||||||
)
|
)
|
||||||
|
|
||||||
FUNCTION(ADD_SOURCES TARGET PATH)
|
FUNCTION(ADD_SOURCES TARGET PATH)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue