misra: improved generateTable

This commit is contained in:
Daniel Marjamäki 2021-08-15 20:12:51 +02:00
parent 8d67653de3
commit ecba12a6b8
1 changed files with 5 additions and 1 deletions

View File

@ -1063,7 +1063,11 @@ def getCppcheckRules():
'17.4', # missingReturn
'17.5', '18.1', '18.2', '18.3', '18.6',
'19.1', # overlappingWriteUnion, overlappingWriteFunction
'20.6', '22.1', '22.2',
'20.6', # preprocessorErrorDirective
'21.17', # bufferAccessOutOfBounds
'21.18', # bufferAccessOutOfBounds
'22.1', # memleak, resourceLeak, memleakOnRealloc, leakReturnValNotUsed, leakNoVarFunctionCall
'22.2', # autovarInvalidDeallocation
'22.3', # incompatibleFileOpen
'22.4', '22.6']