Skip to content

Commit

Permalink
removing cppcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMacenski committed Nov 11, 2023
1 parent a772e91 commit 79a25cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
linter: [copyright, xmllint, cppcheck, cpplint, uncrustify, pep257, flake8]
linter: [copyright, xmllint, cpplint, uncrustify, pep257, flake8]
steps:
- uses: actions/checkout@v2
- uses: ros-tooling/action-ros-lint@v0.1
Expand Down

0 comments on commit 79a25cb

Please sign in to comment.