Add links to external references

This commit is contained in:
amai2012 2018-03-16 08:12:39 +01:00
parent e4becc5616
commit 449dcc15e8
2 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@
# Cert: Some extra CERT checkers # Cert: Some extra CERT checkers
# #
# Cppcheck itself handles many CERT rules. Cppcheck warns when there is undefined behaviour. # Cppcheck itself handles many CERT rules. Cppcheck warns when there is undefined behaviour.
# CERT Homepage: https://www.cert.org/secure-coding/
# #
# Example usage of this addon (scan a sourcefile main.cpp) # Example usage of this addon (scan a sourcefile main.cpp)
# cppcheck --dump main.cpp # cppcheck --dump main.cpp

View File

@ -10,6 +10,8 @@
# Limitations: This addon is released as open source. Rule texts can't be freely # Limitations: This addon is released as open source. Rule texts can't be freely
# distributed. https://www.misra.org.uk/forum/viewtopic.php?f=56&t=1189 # distributed. https://www.misra.org.uk/forum/viewtopic.php?f=56&t=1189
# #
# The MISRA standard documents may be obtained from https://www.misra.org.uk
#
# Total number of rules: 153 # Total number of rules: 153
import cppcheckdata import cppcheckdata