Skip to content

Commit

Permalink
Drop ament linting for now
Browse files Browse the repository at this point in the history
We'll later use our specific configuration with `pre-commit` hooks.
  • Loading branch information
stefanscherzinger committed Apr 17, 2024
1 parent 13071c6 commit 7a34cd6
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions src/schunk_gripper/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,24 +130,16 @@ install(DIRECTORY
include/
DESTINATION include
)
if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
# the following line skips the linter which checks for copyrights
# comment the line when a copyright and license is added to all source files
set(ament_cmake_copyright_FOUND TRUE)
# the following line skips cpplint (only works in a git repo)
# comment the line when this package is in a git repo and when
# a copyright and license is added to all source files
set(ament_cmake_cpplint_FOUND TRUE)
ament_lint_auto_find_test_dependencies()
endif()

# Install launch files
install(DIRECTORY
launch
DESTINATION share/${PROJECT_NAME}/
)

#--------------------------------------------------------------------------------
# Test
#--------------------------------------------------------------------------------
if(BUILD_TESTING)
endif()

# Ament package configuration
ament_package()
Expand Down

0 comments on commit 7a34cd6

Please sign in to comment.