misra.py: cppcheck handle rule 20.6

This commit is contained in:
Daniel Marjamäki 2018-04-17 08:15:36 +02:00
parent f188ea33c6
commit f94a2b0019
1 changed files with 1 additions and 1 deletions

View File

@ -1253,7 +1253,7 @@ 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', '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.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']