Skip to content

Commit 04c9a83

Browse files
committed
misra: Removed some rules from getCppcheckRules() because those do not exist
1 parent a994bd5 commit 04c9a83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

addons/misra.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -919,8 +919,8 @@ def getAddonRules():
919919

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

926926

0 commit comments

Comments
 (0)