...
You can also create a custom .properties file and pass it to thecpptestcli
with the -settings
switch. You can use the -settings
switch multiple times to specify several .properties files. Entries with the same key will be overwritten.
Code Block |
---|
cpptestcli -settings team.properties -settings project.properties -settings user.properties -config "builtin://Recommended Rules" -compiler gcc_3_4 -input cpptest.bdf |
Info | ||
---|---|---|
| ||
Use double backslashes to specify file paths in the .properties file on Windows. For example:
|
Settings Hierarchy
General settings are applied in the following order:
...