Skip to content

Commit b7bcf05

Browse files
authored
Only lint .cc files in ClangTidy (#884)
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent 1f2a67c commit b7bcf05

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ if(PROJECT_IS_TOP_LEVEL)
6969
sourcemeta_target_clang_format(SOURCES
7070
src/*.h src/*.cc
7171
test/*.h test/*.cc)
72-
sourcemeta_target_clang_tidy(SOURCES
73-
src/*.h src/*.cc)
72+
sourcemeta_target_clang_tidy(SOURCES src/*.cc)
7473
endif()
7574

7675
# Testing

0 commit comments

Comments
 (0)