Core: Print warning if dragging is not allowed #1138
Annotations
2 errors and 19 warnings
Codespell
Process completed with exit code 2.
|
Cpplint
Process completed with exit code 2.
|
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/ViewProviderGroupExtension.cpp#L57
all parameters should be named in a function [readability-named-parameter]
|
Clang-tidy:
src/Gui/ViewProviderGroupExtension.cpp#L65
do not call c-style vararg functions [cppcoreguidelines-pro-type-vararg]
|
Clang-tidy:
src/Gui/ViewProviderGroupExtension.cpp#L112
do not call c-style vararg functions [cppcoreguidelines-pro-type-vararg]
|
Clang-tidy:
src/Gui/ViewProviderGroupExtension.cpp#L129
statement should be inside braces [readability-braces-around-statements]
|
Clang-tidy:
src/Gui/ViewProviderGroupExtension.cpp#L142
statement should be inside braces [readability-braces-around-statements]
|
Clang-tidy:
src/Gui/ViewProviderGroupExtension.cpp#L153
statement should be inside braces [readability-braces-around-statements]
|
Clang-tidy:
src/Gui/ViewProviderGroupExtension.cpp#L167
statement should be inside braces [readability-braces-around-statements]
|
Clang-tidy:
src/Gui/ViewProviderGroupExtension.cpp#L174
all parameters should be named in a function [readability-named-parameter]
|
Clang-tidy:
src/Gui/ViewProviderGroupExtension.cpp#L186
do not call c-style vararg functions [cppcoreguidelines-pro-type-vararg]
|
Loading