about: handle additional modules in clipboard #186
Annotations
6 errors and 18 warnings
Codespell
Process completed with exit code 2.
|
Black (Python)
Process completed with exit code 2.
|
Pylint
Process completed with exit code 2.
|
Cpplint
Process completed with exit code 2.
|
Clang-tidy:
src/Gui/DlgAbout.cpp#L58
'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
|
Clazy:
src/Base/Type.h#L119
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
Clazy:
src/Base/Type.h#L150
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
Clazy:
src/Base/Type.h#L155
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
Clazy:
src/Base/Type.h#L160
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
Clazy:
src/Base/Type.h#L165
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
Clazy:
src/Base/Type.h#L170
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
Clazy:
src/Base/Type.h#L175
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
Clang-tidy:
src/Gui/DlgAbout.cpp#L155
constructor does not initialize these fields: ui [cppcoreguidelines-pro-type-member-init]
|
Clang-tidy:
src/Gui/DlgAbout.cpp#L183
narrowing conversion from 'int' to 'float' [bugprone-narrowing-conversions,cppcoreguidelines-narrowing-conversions]
|
Clang-tidy:
src/Gui/DlgAbout.cpp#L184
narrowing conversion from 'int' to 'float' [bugprone-narrowing-conversions,cppcoreguidelines-narrowing-conversions]
|
Clang-tidy:
src/Gui/DlgAbout.cpp#L247
8 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
|
Clang-tidy:
src/Gui/DlgAbout.cpp#L259
variable 'it' is not initialized [cppcoreguidelines-init-variables]
|
Clang-tidy:
src/Gui/DlgAbout.cpp#L336
variable 'space' is not initialized [cppcoreguidelines-init-variables]
|
Clang-tidy:
src/Gui/DlgAbout.cpp#L576
variable 'it' is not initialized [cppcoreguidelines-init-variables]
|
Clang-tidy:
src/Gui/DlgAbout.cpp#L623
function is not thread safe [concurrency-mt-unsafe]
|
Clang-tidy:
src/Gui/DlgAbout.cpp#L627
function is not thread safe [concurrency-mt-unsafe]
|
Clang-tidy:
src/Gui/DlgAbout.cpp#L748
'browser' should be initialized in a member initializer of the constructor [cppcoreguidelines-prefer-member-initializer]
|
Loading