Skip to content

Commit 0642e98

Browse files
authored
Don't lint headers using ClangTidy (#1686)
See: #1645 Signed-off-by: Juan Cruz Viotti <[email protected]>
1 parent df3ead2 commit 0642e98

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
@@ -96,8 +96,7 @@ if(PROJECT_IS_TOP_LEVEL)
9696
src/*.h src/*.cc
9797
benchmark/*.h benchmark/*.cc
9898
test/*.h test/*.cc)
99-
sourcemeta_target_clang_tidy(SOURCES
100-
src/*.h src/*.cc)
99+
sourcemeta_target_clang_tidy(SOURCES src/*.cc)
101100
endif()
102101

103102
# Testing

0 commit comments

Comments
 (0)