We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
header-filter
1 parent 58dd1d4 commit b7ae092Copy full SHA for b7ae092
1 file changed
CMakeLists.txt
@@ -43,7 +43,6 @@ if(ENABLE_CLANG_TIDY)
43
44
list(APPEND RUN_CLANG_TIDY_BIN_ARGS
45
-clang-tidy-binary ${CLANG_TIDY_BIN}
46
- "\"-header-filter=.*\\b(src|test|examples)\\b\\/(?!lib\/*).*\"" #Only run clang tidy on src, test, examples and skip 3rd party libraries
47
-checks=clan*,cert*,misc*,perf*,cppc*,read*,mode*,-cert-err58-cpp,-misc-noexcept-move-constructor,-cppcoreguidelines-*
48
)
49
0 commit comments