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()
|
Settings::Settings()
|
||||||
: mEnabled(0),
|
: mEnabled(0),
|
||||||
addonPython("python"),
|
addonPython("python3"),
|
||||||
bugHunting(false),
|
bugHunting(false),
|
||||||
checkAllConfigurations(true),
|
checkAllConfigurations(true),
|
||||||
checkConfiguration(false),
|
checkConfiguration(false),
|
||||||
|
|
Loading…
Reference in New Issue