Skip to content

Commit

Permalink
Remove extra copyright linter test added (#12)
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Perez <jjperez@ekumenlabs.com>
  • Loading branch information
Blast545 committed May 15, 2020
1 parent 6036fc4 commit ba0d315
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,6 @@ endif()
if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
ament_lint_auto_find_test_dependencies()
find_package(ament_cmake_copyright QUIET)
if(ament_cmake_copyright_FOUND)
ament_copyright()
endif()
endif()

# this ensures that the package has an environment hook setting the PATH
Expand Down
1 change: 0 additions & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

<depend>libconsole-bridge-dev</depend>

<test_depend>ament_cmake_copyright</test_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>

Expand Down

0 comments on commit ba0d315

Please sign in to comment.