We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d53a2 commit 0577925Copy full SHA for 0577925
addons/misra.py
@@ -1,14 +1,13 @@
1
#!/usr/bin/env python3
2
#
3
-# MISRA C 2012 checkers
4
-# Partially reused for "MISRA C++ 2008" checking
+# MISRA C 2012 checkers (including amendment 1 and 2)
5
6
# Example usage of this addon (scan a sourcefile main.cpp)
7
# cppcheck --dump main.cpp
8
# python misra.py --rule-texts=<path-to-rule-texts> main.cpp.dump
9
10
-# Limitations: This addon is released as open source. Rule texts can't be freely
11
-# distributed. https://www.misra.org.uk/forum/viewtopic.php?f=56&t=1189
+# Limitations: This addon is released as open source. We are not allowed by
+# MISRA to distribute rule texts openly.
12
13
# The MISRA standard documents may be obtained from https://www.misra.org.uk
14
0 commit comments