Skip to content

Commit ee4c6b1

Browse files
authored
Extend #12344 (cmdline: also allow cert-cpp-2016, misra-cpp-2008 and misra-cpp-2023) (#5942)
1 parent 02d518f commit ee4c6b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cli/cmdlineparser.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -894,10 +894,13 @@ CmdLineParser::Result CmdLineParser::parseFromArgs(int argc, const char* const a
894894
"autosar",
895895
"cert-c-2016",
896896
"cert-c++-2016",
897+
"cert-cpp-2016",
897898
"misra-c-2012",
898899
"misra-c-2023",
899900
"misra-c++-2008",
901+
"misra-cpp-2008",
900902
"misra-c++-2023",
903+
"misra-cpp-2023",
901904
"bughunting",
902905
"safety"};
903906

0 commit comments

Comments
 (0)