Skip to content

Commit d269668

Browse files
authored
Only lint .cc files in ClangTidy (#213)
Signed-off-by: Juan Cruz Viotti <[email protected]>
1 parent c7aede5 commit d269668

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ endif()
8383
if(PROJECT_IS_TOP_LEVEL)
8484
sourcemeta_target_clang_format(SOURCES
8585
src/*.cc src/*.h test/*.cc test/*.h)
86-
sourcemeta_target_clang_tidy(SOURCES
87-
src/*.h src/*.cc)
86+
sourcemeta_target_clang_tidy(SOURCES src/*.cc)
8887
endif()
8988

9089
# Testing

0 commit comments

Comments
 (0)