misra feature matrix: I believe Cppcheck handle rule 14.3

This commit is contained in:
Daniel Marjamäki 2019-05-27 17:28:41 +02:00
parent 312fdf157b
commit f204ab88d6
1 changed files with 1 additions and 1 deletions

View File

@ -525,7 +525,7 @@ 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',
cppcheck = ['1.3', '2.1', '2.2', '2.4', '2.6', '8.3', '12.2', '13.2', '13.6', '14.3', '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