Skip to content

Commit 6f1839e

Browse files
committed
Fix build
1 parent 5147b08 commit 6f1839e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linked-list/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if (SC_BUILD_TEST)
3131
set(CMAKE_C_CLANG_TIDY
3232
clang-tidy;
3333
-line-filter=[{"name":"${PROJECT_NAME}.h"},{"name":"${PROJECT_NAME}.c"}];
34-
-checks=clang-analyzer-*,misc-*,portability-*,bugprone-*,-bugprone-easily-swappable-parameters*;
34+
-checks=clang-analyzer-*,misc-*,portability-*,bugprone-*,-bugprone-easily-swappable-parameters*,-misc-include-cleaner*;
3535
-warnings-as-errors=clang-analyzer-*,misc-*,portability-*,bugprone-*;)
3636
endif ()
3737

0 commit comments

Comments
 (0)