Cppcheck --addon command should use python3 by default. It can be overridden if needed.

This commit is contained in:
Daniel Marjamäki 2020-05-15 14:33:35 +02:00
parent e508950f4f
commit 57e9036186
1 changed files with 1 additions and 1 deletions

View File

@ -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),