We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05115ab commit bc854f7Copy full SHA for bc854f7
.github/workflows/ros-lint.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- linter: [flake8, pep257, xmllint, copyright]
+ linter: [cppcheck, cpplint, uncrustify, flake8, pep257, lint_cmake, xmllint, copyright]
18
steps:
19
- name: Checkout code
20
uses: actions/checkout@v4
0 commit comments