Skip to content

Commit

Permalink
Disable XML linter; it's timing out in this package too
Browse files Browse the repository at this point in the history
  • Loading branch information
civerachb-cpr committed Sep 11, 2024
1 parent 805b09d commit 63f2d69
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions turtlebot4_bringup/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ install(
DESTINATION share/${PROJECT_NAME}
)

# disable XML linting; it consistently times out
list(APPEND AMENT_LINT_AUTO_EXCLUDE
ament_cmake_xmllint
)

if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
ament_lint_auto_find_test_dependencies()
Expand Down

0 comments on commit 63f2d69

Please sign in to comment.