ADD suppress args for cppcheck

This commit is contained in:
fastium 2024-12-17 19:16:15 +01:00 committed by Fastium
parent 394f4febff
commit 367c7178c0

View File

@ -20,5 +20,5 @@ repos:
- id: cppcheck
name: cppcheck
require_serial: true
entry: cppcheck --enable=all --suppress=missingInclude:* --inline-suppr -i mbed-os --std=c++14 --error-exitcode=1
entry: cppcheck --enable=all --suppress=missingInclude --suppress=missingIncludeSystem --suppress=unusedFunction --inline-suppr -i mbed-os --std=c++14 --error-exitcode=1
language: system