Skip to content

Commit

Permalink
misra: enable the new checked misra-rules
Browse files Browse the repository at this point in the history
  • Loading branch information
spalmer25 committed Mar 4, 2024
1 parent bba3c8a commit 9f524a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misra.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"script": "misra.py",
"args": [
"--rule-texts=misra.md",
"--suppress-rules 2.7,3.1,7.2,7.4,8.2,8.4,8.9,8.14,9.2,10.1,10.3,10.4,10.5,10.6,11.1,11.3,11.5,11.8,12.1,12.3,13.3,13.4,14.2,14.4,15.5,16.3,16.4,16.5,16.6,17.7,17.8,18.4,18.8,19.2,20.5,20.7,21.15,21.16"
"--suppress-rules 2.7,3.1,7.2,7.4,8.2,8.4,8.9,8.14,9.2,10.1,10.3,10.4,10.5,10.6,11.1,11.3,11.5,11.8,12.1,13.3,13.4,14.2,14.4,15.5,16.3,16.4,16.5,16.6,17.7,17.8,18.4,18.8,19.2,20.5,20.7,21.15,21.16"
]
}

0 comments on commit 9f524a4

Please sign in to comment.