Cppcheck --addon command should use python3 by default. It can be overridden if needed.
This commit is contained in:
parent
e508950f4f
commit
57e9036186
|
@ -30,7 +30,7 @@ const char Settings::SafeChecks::XmlExternalVariables[] = "external-variables";
|
|||
|
||||
Settings::Settings()
|
||||
: mEnabled(0),
|
||||
addonPython("python"),
|
||||
addonPython("python3"),
|
||||
bugHunting(false),
|
||||
checkAllConfigurations(true),
|
||||
checkConfiguration(false),
|
||||
|
|
Loading…
Reference in New Issue