Skip to content

Commit

Permalink
fix broken build on galactic
Browse files Browse the repository at this point in the history
  • Loading branch information
berndpfrommer committed Oct 17, 2023
1 parent 050367a commit bb53c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/ROS2.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ if(BUILD_TESTING)
ament_copyright()
ament_cppcheck(LANGUAGE c++)
ament_cpplint(FILTERS "-build/include,-runtime/indentation_namespace")
ament_flake8(CONFIG_FILE ${CMAKE_CURRENT_SOURCE_DIR}/.flake8.ini)
ament_flake8(--config ${CMAKE_CURRENT_SOURCE_DIR}/.flake8.ini)
#ament_lint_cmake(--filter=-readability/wonkycase)
ament_lint_cmake()
ament_pep257()
Expand Down

0 comments on commit bb53c1c

Please sign in to comment.