Skip to content

Commit

Permalink
Also remove the cppcheck linter.
Browse files Browse the repository at this point in the history
It is disabled in our CI anyway, because it is far
too slow nowadays.

Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette committed Dec 16, 2024
1 parent d54179a commit c7410d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
strategy:
fail-fast: false
matrix:
linter: [cppcheck, cpplint, uncrustify]
linter: [cpplint, uncrustify]
steps:
- uses: actions/checkout@v4
- uses: ros-tooling/[email protected]
Expand All @@ -69,7 +69,7 @@ jobs:
strategy:
fail-fast: false
matrix:
linter: [cppcheck, cpplint, clang_format]
linter: [cpplint, clang_format]
include:
- linter: clang_format
arguments: "--config rosbag2_storage_mcap/.clang-format"
Expand Down

0 comments on commit c7410d4

Please sign in to comment.