Skip to content

Commit

Permalink
[github/actions] Remove cppcheck (useless for this package)
Browse files Browse the repository at this point in the history
Remove ament_copyright, LICENSE should be specified only inside the
repository or the package.
  • Loading branch information
olivier-stasse committed Jul 19, 2024
1 parent f6244c4 commit 30a18d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-ros-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
linter: [copyright, cppcheck, lint_cmake]
linter: [lint_cmake]
steps:
- uses: actions/checkout@v1
- uses: ros-tooling/[email protected]
Expand Down

0 comments on commit 30a18d4

Please sign in to comment.