GUI: Enable performance- and portability checks.
The CLI/LIB change earlier added own enable-flag for performance- and portability-checks. This commit updates GUI to also enable those new enable-flags.
This commit is contained in:
parent
c2b76cd41f
commit
bb5e531c7f
|
@ -475,6 +475,8 @@ Settings MainWindow::GetCppcheckSettings()
|
||||||
}
|
}
|
||||||
|
|
||||||
result.addEnabled("style");
|
result.addEnabled("style");
|
||||||
|
result.addEnabled("performance");
|
||||||
|
result.addEnabled("portability");
|
||||||
result.addEnabled("information");
|
result.addEnabled("information");
|
||||||
result.addEnabled("missingInclude");
|
result.addEnabled("missingInclude");
|
||||||
result.debug = false;
|
result.debug = false;
|
||||||
|
|
Loading…
Reference in New Issue