Skip to content

Commit 2c9abbd

Browse files
authored
Only lint .cc files using ClangTidy (#435)
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent 7c8f17f commit 2c9abbd

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
@@ -73,8 +73,7 @@ if(PROJECT_IS_TOP_LEVEL)
7373
src/*.h src/*.cc
7474
benchmark/*.h benchmark/*.cc
7575
test/*.h test/*.cc)
76-
sourcemeta_target_clang_tidy(SOURCES
77-
src/*.h src/*.cc)
76+
sourcemeta_target_clang_tidy(SOURCES src/*.cc)
7877
endif()
7978

8079
# Testing

0 commit comments

Comments
 (0)