Skip to content

Commit 6f82432

Browse files
destoglAndyZe
authored andcommitted
Update ci-ros-lint.yml
Update ci-ros-lint.yml Update ci-ros-lint.yml
1 parent b1a3ff1 commit 6f82432

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,22 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
linter: [cppcheck, cpplint, copyright, lint_cmake]
12+
linter: [cppcheck, copyright, lint_cmake]
1313
steps:
1414
- uses: actions/checkout@v1
1515
- uses: ros-tooling/[email protected]
1616
- uses: ros-tooling/[email protected]
1717
with:
1818
distribution: foxy
1919
linter: ${{ matrix.linter }}
20+
package-name:
21+
ros2_control_demo_hardware
22+
ros2_control_demo_robot
23+
ros2_control_demos
24+
- uses: ros-tooling/[email protected]
25+
with:
26+
distribution: foxy
27+
linter: cpplint
2028
arguments: "--linelength=120"
2129
package-name:
2230
ros2_control_demo_hardware

0 commit comments

Comments
 (0)