Skip to content

Commit cfa5cd4

Browse files
CERT addon removal cleanup (cppcheck-opensource#4322)
* cmdlineparser: Update addon example to misra * gui/help: Remove reference to CERT * manual: Remove reference to CERT
1 parent efaaa58 commit cfa5cd4

3 files changed

Lines changed: 1 addition & 7 deletions

File tree

cli/cmdlineparser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ void CmdLineParser::printHelp()
984984
"*.ixx, *.tpp, and *.txx files are checked recursively from the given directory.\n\n"
985985
"Options:\n"
986986
" --addon=<addon>\n"
987-
" Execute addon. i.e. --addon=cert. If options must be\n"
987+
" Execute addon. i.e. --addon=misra. If options must be\n"
988988
" provided a json configuration is needed.\n"
989989
" --addon-python=<python interpreter>\n"
990990
" You can specify the python interpreter either in the\n"

gui/help/projectfiledialog.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,6 @@ <h2>Addons</h2>
167167

168168
<p><b>Thread safety</b><br>Check that the code is thread safe</p>
169169

170-
<p><b>CERT</b><br>Ensure that the CERT coding standard is followed</p>
171-
172170
<p><b>MISRA</b><br>Ensure that the MISRA coding standard is followed. Please
173171
note you need to have a textfile with the misra rule texts to get proper
174172
warning messages. Cppcheck is not legally allowed to distribute the misra

man/manual.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -873,10 +873,6 @@ Cppcheck is distributed with a few addons which are listed below.
873873

874874
## Supported addons
875875

876-
### cert.py
877-
878-
[cert.py](https://github.com/danmar/cppcheck/blob/main/addons/cert.py) checks for compliance with the safe programming standard [SEI CERT](http://www.cert.org/secure-coding/).
879-
880876
### misra.py
881877

882878
[misra.py](https://github.com/danmar/cppcheck/blob/main/addons/misra.py) is used to verify compliance with MISRA C 2012, a proprietary set of guidelines to avoid questionable code, developed for embedded systems.

0 commit comments

Comments
 (0)