misra.py: Typo in number of rules (comment) (#1150)

I have no copy of the misra pdf but according to
https://sourceforge.net/p/cppcheck/discussion/general/thread/ccbe9e89/#a6ab
and the number of lines/rules printed by misra.py -generate-table i
guess 143 is really the correct number of rules.
This commit is contained in:
Sebastian 2018-04-10 08:55:25 +02:00 committed by GitHub
parent dffad3b3d1
commit d46e4c1df6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
#
# The MISRA standard documents may be obtained from https://www.misra.org.uk
#
# Total number of rules: 153
# Total number of rules: 143
import cppcheckdata
import sys