the manual says that certain options (e.g. max-template-recursion) are only available via the GUI and not the command line. How is one supposed to set those options when cppcheck is invoked via cmake or using --project=compile_commands.json?
Thanks,
Frank
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
the manual says that certain options (e.g.
max-template-recursion
) are only available via the GUI and not the command line. How is one supposed to set those options when cppcheck is invoked via cmake or using--project=compile_commands.json
?Thanks,
Frank
I open a ticket about implementing this: https://trac.cppcheck.net/ticket/13430
I will also review all the settings if there are more missing option (I just found another completely unused one a few days ago).