[CI] Enable cppcheck inline suppression and suppres unchecked config
This commit is contained in:
parent
05e35407f4
commit
97adb260ce
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cppcheck.yml
vendored
2
.github/workflows/cppcheck.yml
vendored
|
@ -24,4 +24,4 @@ jobs:
|
||||||
|
|
||||||
- name: Run cppcheck
|
- name: Run cppcheck
|
||||||
run:
|
run:
|
||||||
cppcheck src --enable=all --force
|
cppcheck src --enable=all --force --inline-suppr --suppress=ConfigurationNotChecked
|
||||||
|
|
Loading…
Add table
Reference in a new issue