misra: Removed some rules from getCppcheckRules() because those do not exist

This commit is contained in:
Daniel Marjamäki 2021-05-29 09:23:33 +02:00
parent a994bd5ba5
commit 04c9a8329a
1 changed files with 2 additions and 2 deletions

View File

@ -919,8 +919,8 @@ def getAddonRules():
def getCppcheckRules():
"""Returns list of rules handled by cppcheck."""
return ['1.3', '2.1', '2.2', '2.4', '2.6', '5.3', '8.3', '12.2',
'13.2', '13.6', '14.3', '17.5', '18.1', '18.2', '18.3',
return ['1.3', '2.1', '2.2', '2.6', '5.3', '8.3',
'13.2', '13.6', '17.5', '18.1', '18.2', '18.3',
'18.6', '20.6', '22.1', '22.2', '22.4', '22.6']