Skip to content

Commit

Permalink
Extend #12344 (cmdline: also allow cert-cpp-2016, misra-cpp-2008 and …
Browse files Browse the repository at this point in the history
…misra-cpp-2023) (#5942)
  • Loading branch information
danmar committed Feb 3, 2024
1 parent 79b380e commit a2e5349
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cli/cmdlineparser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -893,10 +893,13 @@ CmdLineParser::Result CmdLineParser::parseFromArgs(int argc, const char* const a
"autosar",
"cert-c-2016",
"cert-c++-2016",
"cert-cpp-2016",
"misra-c-2012",
"misra-c-2023",
"misra-c++-2008",
"misra-cpp-2008",
"misra-c++-2023",
"misra-cpp-2023",
"bughunting",
"safety"};

Expand Down

0 comments on commit a2e5349

Please sign in to comment.