Skip to content

Commit 06c8732

Browse files
committed
core: header filter regex change
1 parent 13237ad commit 06c8732

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.clang-tidy

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Checks: >
33
44
WarningsAsErrors: '*'
55

6+
HeaderFilterRegex: (^|.*/)(include/.*|source/.*)
7+
68
CheckOptions:
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

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
)
2120
endif()

0 commit comments

Comments
 (0)