Skip to content

Commit b7ae092

Browse files
sleepdefic1tfaustbrian
authored andcommitted
chore: remove header-filter clang-tidy call (#154)
1 parent 58dd1d4 commit b7ae092

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ if(ENABLE_CLANG_TIDY)
4343

4444
list(APPEND RUN_CLANG_TIDY_BIN_ARGS
4545
-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
4746
-checks=clan*,cert*,misc*,perf*,cppc*,read*,mode*,-cert-err58-cpp,-misc-noexcept-move-constructor,-cppcoreguidelines-*
4847
)
4948

0 commit comments

Comments
 (0)