We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69214f9 commit 95d1741Copy full SHA for 95d1741
.clang-tidy
@@ -4,7 +4,6 @@ Checks: >
4
WarningsAsErrors: '*'
5
6
HeaderFilterRegex: '(include/.*|source/.*)'
7
-ExcludeHeaderFilterRegex: 'build/.*'
8
9
CheckOptions:
10
# Private member variables
CMakeLists.txt
@@ -15,6 +15,7 @@ if(CLANG_TIDY_EXE)
15
"--config-file=${CMAKE_SOURCE_DIR}/.clang-tidy"
16
"--extra-arg-before=-Wno-unknown-warning-option"
17
"--extra-arg-before=-Wno-c++98-compat-pedantic"
18
+ "--exclude-header-filter=build/.*"
19
"--quiet"
20
)
21
endif()
0 commit comments