Working version #42
Annotations
4 errors and 28 warnings
Check for trailing whitespaces
Process completed with exit code 1.
|
Cpplint
Process completed with exit code 1.
|
Clang-tidy:
src/Gui/Dialogs/DlgAbout.cpp#L59
'ui_AboutApplication.h' file not found [clang-diagnostic-error]
|
Clang-tidy
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check for trailing whitespaces:
src/Gui/Dialogs/DlgAbout.cpp#L664
status = PP_Run_Codestr(PP_EXPRESSION, <-- trailing whitespace
|
Check for trailing whitespaces:
src/Gui/Dialogs/DlgAbout.cpp#L673
PP_Run_Codestr(PP_STATEMENT, <-- trailing whitespace
|
Check for trailing whitespaces:
src/Gui/Dialogs/DlgAbout.cpp#L680
status = PP_Run_Codestr(PP_EXPRESSION, <-- trailing whitespace
|
Check for trailing whitespaces:
src/Gui/Dialogs/DlgAbout.cpp#L689
PP_Run_Codestr(PP_STATEMENT, <-- trailing whitespace
|
Check for trailing whitespaces:
src/Gui/Dialogs/DlgAbout.cpp#L704
printf("Python error during validation.\n"); <-- trailing whitespace
|
Check for trailing whitespaces:
src/Gui/Dialogs/DlgAbout.cpp#L744
<-- trailing whitespace
|
Check for trailing whitespaces:
src/Gui/Dialogs/DlgAbout.cpp#L747
// or alternatively `PyObject_Str` for `str()`. <-- trailing whitespace
|
Check for trailing whitespaces:
src/Gui/Dialogs/DlgAbout.cpp#L758
// const char* my_result = PyUnicode_AsUTF8(result); <-- trailing whitespace
|
Check for trailing whitespaces:
src/Gui/Dialogs/DlgAbout.cpp#L760
<-- trailing whitespace
|
Check for trailing whitespaces:
src/Gui/Dialogs/DlgAbout.cpp#L765
<-- trailing whitespace
|
Cpplint:
src/Gui/Dialogs/DlgAbout.cpp#L61
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Cpplint:
src/Gui/Dialogs/DlgAbout.cpp#L62
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Cpplint:
src/Gui/Dialogs/DlgAbout.cpp#L883
Do not include .cpp files from other packages [build/include] [4]
|
Cpplint:
src/Gui/Dialogs/DlgAbout.cpp#L184
Add #include <algorithm> for min [build/include_what_you_use] [4]
|
Cpplint:
src/Gui/Dialogs/DlgAbout.cpp#L577
Add #include <map> for map<> [build/include_what_you_use] [4]
|
Cpplint:
src/Gui/Dialogs/DlgAbout.cpp#L839
Add #include <string> for string [build/include_what_you_use] [4]
|
Clazy
fatal error: 'ui_AboutApplication.h' file not found
|
Clang-tidy:
src/Gui/Dialogs/DlgAbout.cpp#L156
constructor does not initialize these fields: ui [cppcoreguidelines-pro-type-member-init]
|
Clang-tidy:
src/Gui/Dialogs/DlgAbout.cpp#L184
narrowing conversion from 'int' to 'float' [bugprone-narrowing-conversions,cppcoreguidelines-narrowing-conversions]
|
Clang-tidy:
src/Gui/Dialogs/DlgAbout.cpp#L185
narrowing conversion from 'int' to 'float' [bugprone-narrowing-conversions,cppcoreguidelines-narrowing-conversions]
|
Clang-tidy:
src/Gui/Dialogs/DlgAbout.cpp#L248
8 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
|
Clang-tidy:
src/Gui/Dialogs/DlgAbout.cpp#L332
7 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
|
Clang-tidy:
src/Gui/Dialogs/DlgAbout.cpp#L624
function is not thread safe [concurrency-mt-unsafe]
|
Clang-tidy:
src/Gui/Dialogs/DlgAbout.cpp#L628
function is not thread safe [concurrency-mt-unsafe]
|
Clang-tidy:
src/Gui/Dialogs/DlgAbout.cpp#L870
'browser' should be initialized in a member initializer of the constructor [cppcoreguidelines-prefer-member-initializer]
|
Clang-tidy:
src/Gui/Dialogs/DlgAbout.cpp#L883
suspicious #include of file with '.cpp' extension [bugprone-suspicious-include]
|
Clang-tidy:
src/Gui/Dialogs/DlgAbout.h#L92
function 'Gui::Dialog::AboutDialog::addModuleInfo' has a definition with different parameter names [readability-inconsistent-declaration-parameter-name]
|
Loading