Skip to content

Commit bd1d45b

Browse files
Update lint job
1 parent 93ab48f commit bd1d45b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-ros-lint.yml

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
linter: [cppcheck, copyright, lint_cmake]
13+
env:
14+
AMENT_CPPCHECK_ALLOW_SLOW_VERSIONS: true
1315
steps:
1416
- uses: actions/checkout@v4
1517
- uses: ros-tooling/[email protected]
@@ -19,6 +21,7 @@ jobs:
1921
linter: ${{ matrix.linter }}
2022
package-name:
2123
kinematics_interface_kdl
24+
kinematics_interface
2225

2326

2427
ament_lint_100:

0 commit comments

Comments
 (0)