Misra feature matrix: Cppcheck has checks for 18.2 and 18.3
This commit is contained in:
parent
d039c388ec
commit
d594b195d4
|
@ -525,8 +525,8 @@ def generateTable():
|
|||
addon.append(res.group(1) + '.' + res.group(2))
|
||||
|
||||
# rules handled by cppcheck
|
||||
cppcheck = ['1.3', '2.1', '2.2', '2.4', '2.6', '8.3', '12.2', '13.2', '13.6', '17.5', '18.1', '18.6',
|
||||
'20.6', '22.1', '22.2', '22.4', '22.6']
|
||||
cppcheck = ['1.3', '2.1', '2.2', '2.4', '2.6', '8.3', '12.2', '13.2', '13.6', '17.5',
|
||||
'18.1', '18.2', '18.3', '18.6', '20.6', '22.1', '22.2', '22.4', '22.6']
|
||||
|
||||
# rules that can be checked with compilers
|
||||
# compiler = ['1.1', '1.2']
|
||||
|
|
Loading…
Reference in New Issue