Skip to content

Commit

Permalink
remove pep257 test for galactic
Browse files Browse the repository at this point in the history
  • Loading branch information
berndpfrommer committed Nov 1, 2023
1 parent 6f84195 commit 362973c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,15 +128,20 @@ if(BUILD_TESTING)
find_package(ament_cmake_flake8 REQUIRED)
find_package(ament_cmake_lint_cmake REQUIRED)
find_package(ament_cmake_clang_format REQUIRED)
find_package(ament_cmake_pep257 REQUIRED)
find_package(ament_cmake_xmllint REQUIRED)

if(NOT $ENV{ROS_DISTRO} STREQUAL "galactic")
find_package(ament_cmake_pep257 REQUIRED)
endif()

ament_copyright()
ament_cppcheck(LANGUAGE c++)
ament_cpplint(FILTERS "-build/include,-runtime/indentation_namespace")
ament_flake8()
ament_lint_cmake()
ament_pep257()
if(NOT $ENV{ROS_DISTRO} STREQUAL "galactic")
ament_pep257()
endif()
ament_clang_format(CONFIG_FILE .clang-format)
ament_xmllint()
endif()
Expand Down

0 comments on commit 362973c

Please sign in to comment.