test misra 8.7 and 8.4 (#2035)

check
This commit is contained in:
Maxime Desroches 2024-09-20 19:38:45 -07:00 committed by GitHub
parent 209f7ab09f
commit afafb0ba46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -19,5 +19,3 @@ unusedFunction:*/interrupt_handlers*.h
# cppcheck from 2.5 -> 2.13. they are listed here to separate the update from
# fixing the violations and all are intended to be removed soon after
misra-c2012-2.5 # unused macros. a few legit, rest aren't common between F4/H7 builds. should we do this in the unusedFunction pass?
misra-c2012-8.7
misra-c2012-8.4