Skip to content

Commit

Permalink
clang-tidy line filter for VHACD.h
Browse files Browse the repository at this point in the history
  • Loading branch information
rjoomen committed Jun 1, 2023
1 parent d808041 commit c053455
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tesseract_collision/vhacd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ target_compile_options(${PROJECT_NAME}_vhacd_convex_decomposition PUBLIC ${TESSE
target_compile_definitions(${PROJECT_NAME}_vhacd_convex_decomposition PUBLIC ${TESSERACT_COMPILE_DEFINITIONS})
target_cxx_version(${PROJECT_NAME}_vhacd_convex_decomposition PUBLIC VERSION ${TESSERACT_CXX_VERSION})
target_clang_tidy(${PROJECT_NAME}_vhacd_convex_decomposition ENABLE ${TESSERACT_ENABLE_CLANG_TIDY})
target_clang_tidy(${PROJECT_NAME}_vhacd_convex_decomposition LINE_FILTER
"[{'name':'VHACD.h','lines':[[9999999, 9999999]]}]")
target_code_coverage(
${PROJECT_NAME}_vhacd_convex_decomposition
PRIVATE
Expand Down

0 comments on commit c053455

Please sign in to comment.