Core datums: Rework to improve new sketch #182
Annotations
6 errors and 21 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/Mod/PartDesign/Gui/TaskFeaturePick.cpp#L49
'ui_TaskFeaturePick.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/CXX/Python3/Objects.hxx#L1021
Pass small and trivially-copyable type by value (const Py_complex &) [-Wclazy-function-args-by-value]
|
Clazy:
src/CXX/Python3/Objects.hxx#L2970
Missing reference on non-trivial type (class Py::List) [-Wclazy-function-args-by-ref]
|
Clazy:
src/CXX/Python3/Objects.hxx#L3075
Missing reference on non-trivial type (class Py::List) [-Wclazy-function-args-by-ref]
|
Clazy:
src/CXX/Python3/Objects.hxx#L3542
Pass small and trivially-copyable type by value (const class Py::BaseException &) [-Wclazy-function-args-by-value]
|
Clazy:
src/CXX/Python3/Objects.hxx#L3553
Pass small and trivially-copyable type by value (const class Py::BaseException &) [-Wclazy-function-args-by-value]
|
Clazy:
src/CXX/Python3/Objects.hxx#L3564
Pass small and trivially-copyable type by value (const class Py::BaseException &) [-Wclazy-function-args-by-value]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L971
fmt::detail::iterator_buffer has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L1002
fmt::detail::iterator_buffer has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L2095
Returning a void expression [-Wclazy-returning-void-expression]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L2197
fmt::detail::specs_setter has copy-ctor but not dtor, copy-assignment [-Wclazy-rule-of-three]
|
Clang-tidy:
src/Gui/ViewProviderCoordinateSystem.cpp#L60
'pcGroupChildren' should be initialized in a member initializer of the constructor [cppcoreguidelines-prefer-member-initializer]
|
Clang-tidy:
src/Gui/ViewProviderCoordinateSystem.cpp#L95
statement should be inside braces [readability-braces-around-statements]
|
Clang-tidy:
src/Gui/ViewProviderCoordinateSystem.cpp#L100
function 'setTemporaryVisibility' has cognitive complexity of 27 (threshold 25) [readability-function-cognitive-complexity]
|
Clang-tidy:
src/Gui/ViewProviderCoordinateSystem.cpp#L166
25 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
|
Clang-tidy:
src/Gui/ViewProviderCoordinateSystem.cpp#L222
all parameters should be named in a function [readability-named-parameter]
|
Clang-tidy:
src/Gui/ViewProviderCoordinateSystem.cpp#L235
do not call c-style vararg functions [cppcoreguidelines-pro-type-vararg]
|
Clang-tidy:
src/Gui/ViewProviderCoordinateSystem.h#L36
class 'ViewProviderCoordinateSystem' defines a non-default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator [cppcoreguidelines-special-member-functions]
|
Clang-tidy:
src/Gui/ViewProviderCoordinateSystem.h#L83
floating point literal has suffix 'f', which is not uppercase [readability-uppercase-literal-suffix]
|
Clang-tidy:
src/Gui/ViewProviderCoordinateSystem.h#L88
all parameters should be named in a function [readability-named-parameter]
|
Clang-tidy:
src/Gui/ViewProviderCoordinateSystem.h#L89
all parameters should be named in a function [readability-named-parameter]
|
Loading