Skip to content

Commit

Permalink
add description for report-type option
Browse files Browse the repository at this point in the history
  • Loading branch information
ludviggunne committed Dec 11, 2024
1 parent a74bf8e commit f2d34c3
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions cli/cmdlineparser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1768,8 +1768,15 @@ void CmdLineParser::printHelp() const
" currently only possible to apply the base paths to\n"
" files that are on a lower level in the directory tree.\n"
" --report-progress Report progress messages while checking a file (single job only).\n"
" --report-type=<type>\n"
" TODO:decsription\n"
" --report-type=<type> Add guideline and classification fields for specified coding standard.\n"
" The available report types are:\n"
" * normal (default, only show cppcheck error ID and severity)\n"
" * autosar\n"
" * certC\n"
" * certCpp\n"
" * misraC\n"
" * misraCpp2008\n"
" * misraCpp2023\n"
" --rule=<rule> Match regular expression.\n"
" --rule-file=<file> Use given rule file. For more information, see:\n"
" http://sourceforge.net/projects/cppcheck/files/Articles/\n"
Expand Down

0 comments on commit f2d34c3

Please sign in to comment.