Skip to content

Commit

Permalink
remove c++ linters as this repo doesn't contain any c++ code
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch committed Jan 26, 2022
1 parent 76df172 commit a71c66f
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .github/workflows/ci-ros-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
linter: [cppcheck, copyright, lint_cmake]
linter: [copyright, lint_cmake]
steps:
- uses: actions/checkout@v1
- uses: ros-tooling/[email protected]
Expand All @@ -19,22 +19,3 @@ jobs:
linter: ${{ matrix.linter }}
package-name:
ur_simulation_gazebo


ament_lint_100:
name: ament_${{ matrix.linter }}
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
linter: [cpplint]
steps:
- uses: actions/checkout@v1
- uses: ros-tooling/[email protected]
- uses: ros-tooling/[email protected]
with:
distribution: rolling
linter: cpplint
arguments: "--linelength=100 --filter=-whitespace/newline"
package-name:
ur_simulation_gazebo

0 comments on commit a71c66f

Please sign in to comment.