[CI] Enable cppcheck inline suppression and suppres unchecked config

This commit is contained in:
jgromes 2024-05-01 15:40:08 +01:00
parent 05e35407f4
commit 97adb260ce

View file

@ -24,4 +24,4 @@ jobs:
- name: Run cppcheck
run:
cppcheck src --enable=all --force
cppcheck src --enable=all --force --inline-suppr --suppress=ConfigurationNotChecked