Add option in cppcheck

This commit is contained in:
Hyungyu Kim 2025-02-05 15:50:34 +09:00
parent 3e29064a0b
commit 554c9b3b29
No known key found for this signature in database
GPG Key ID: E1730AE24BD6C2B7

View File

@ -23,6 +23,8 @@ jobs:
uses: ros-tooling/setup-ros@v0.7
- name: Run Linter
env:
AMENT_CPPCHECK_ALLOW_SLOW_VERSIONS: 1
uses: ros-tooling/action-ros-lint@master
with:
linter: ${{ matrix.linter }}