Skip to content

Commit

Permalink
fix ci: replace common linters with a subset of linters
Browse files Browse the repository at this point in the history
  • Loading branch information
Cakem1x committed Oct 26, 2024
1 parent c2e5d37 commit ee59054
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion mesh_navigation_tutorials/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@
<exec_depend>tf2_ros</exec_depend>

<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<!--<test_depend>ament_cmake_copyright</test_depend> TODO: add copyright headers -->
<test_depend>ament_cmake_cppcheck</test_depend>
<test_depend>ament_cmake_cpplint</test_depend>
<test_depend>ament_cmake_flake8</test_depend>
<test_depend>ament_cmake_pep257</test_depend>
<test_depend>ament_cmake_uncrustify</test_depend>

<export>
<build_type>ament_cmake</build_type>
Expand Down
7 changes: 6 additions & 1 deletion mesh_navigation_tutorials_sim/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@
<exec_depend>xacro</exec_depend>

<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<!--<test_depend>ament_cmake_copyright</test_depend> TODO: add copyright headers -->
<test_depend>ament_cmake_cppcheck</test_depend>
<test_depend>ament_cmake_cpplint</test_depend>
<test_depend>ament_cmake_flake8</test_depend>
<test_depend>ament_cmake_pep257</test_depend>
<test_depend>ament_cmake_uncrustify</test_depend>

<export>
<build_type>ament_cmake</build_type>
Expand Down

0 comments on commit ee59054

Please sign in to comment.