Misra feature matrix: Cppcheck has checks for 18.2 and 18.3

This commit is contained in:
Daniel Marjamäki 2019-05-26 20:45:21 +02:00
parent d039c388ec
commit d594b195d4
1 changed files with 2 additions and 2 deletions

View File

@ -525,8 +525,8 @@ def generateTable():
addon.append(res.group(1) + '.' + res.group(2)) addon.append(res.group(1) + '.' + res.group(2))
# rules handled by cppcheck # 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', cppcheck = ['1.3', '2.1', '2.2', '2.4', '2.6', '8.3', '12.2', '13.2', '13.6', '17.5',
'20.6', '22.1', '22.2', '22.4', '22.6'] '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 # rules that can be checked with compilers
# compiler = ['1.1', '1.2'] # compiler = ['1.1', '1.2']