Skip to content

Commit 61c2c5a

Browse files
committed
Misra: rule 5.3 is implemented in Cppcheck
1 parent 4a4b6fe commit 61c2c5a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

addons/misra.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -553,9 +553,9 @@ def getAddonRules():
553553

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

560560

561561
def generateTable():

0 commit comments

Comments
 (0)