File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ Checks: >
33
44WarningsAsErrors : ' *'
55
6+ HeaderFilterRegex : (^|.*/)(include/.*|source/.*)
7+
68CheckOptions :
79 # Private member variables
810 - key : readability-identifier-naming.PrivateMemberPrefix
@@ -22,4 +24,4 @@ CheckOptions:
2224 - key : readability-identifier-naming.IgnoreFailures
2325 value : false
2426 - key : readability-identifier-naming.IgnoreFailedSplit
25- value : false
27+ value : false
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ if(CLANG_TIDY_EXE)
1515 "--config-file=${CMAKE_SOURCE_DIR} /.clang-tidy"
1616 "--extra-arg-before=-Wno-unknown-warning-option"
1717 "--extra-arg-before=-Wno-c++98-compat-pedantic"
18- "--header-filter=include/.*|source/.*"
1918 "--quiet"
2019 )
2120endif ()
You can’t perform that action at this time.
0 commit comments