Skip to content

Commit 0577925

Browse files
authored
misra.py: Fix comment at top. link was broken. [ci skip] (#6923)
1 parent 66d53a2 commit 0577925

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

addons/misra.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
#!/usr/bin/env python3
22
#
3-
# MISRA C 2012 checkers
4-
# Partially reused for "MISRA C++ 2008" checking
3+
# MISRA C 2012 checkers (including amendment 1 and 2)
54
#
65
# Example usage of this addon (scan a sourcefile main.cpp)
76
# cppcheck --dump main.cpp
87
# python misra.py --rule-texts=<path-to-rule-texts> main.cpp.dump
98
#
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
9+
# Limitations: This addon is released as open source. We are not allowed by
10+
# MISRA to distribute rule texts openly.
1211
#
1312
# The MISRA standard documents may be obtained from https://www.misra.org.uk
1413
#

0 commit comments

Comments
 (0)