Skip to content

Commit

Permalink
Disable clang-tidy for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed May 20, 2024
1 parent 1d5ab31 commit b1e6171
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ foreach(FILE ${TEST_SOURCES})
${NAME} PRIVATE
reactor-uc Unity m
)
set_target_properties(${NAME} PROPERTIES C_CLANG_TIDY "") # Disable clang-tidy for this external lib.
endforeach(FILE ${TEST_FILES})

0 comments on commit b1e6171

Please sign in to comment.