Skip to content

Commit

Permalink
Disable ament_xmllint
Browse files Browse the repository at this point in the history
- I am disabling this for now it is failing in github actions not locally.
- Might be due to network issues in the containers ament/ament_lint#448

I will switch to a pre-commit hook for linting in a follow up PR.

Signed-off-by: Alex Moriarty <[email protected]>
  • Loading branch information
moriarty committed Feb 13, 2024
1 parent b7bd5d7 commit 5aa535d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions robotiq_controllers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ if(BUILD_TESTING)
# ament_uncrustify and ament_clang_format cannot both be satisfied
set(ament_cmake_uncrustify_FOUND TRUE)

# the following skips xmllint
# ament_xmllint requires network and can timeout if on throttled networks
set(ament_cmake_xmllint_FOUND TRUE)

ament_lint_auto_find_test_dependencies()
endif()

Expand Down

0 comments on commit 5aa535d

Please sign in to comment.