Addon Manager: Support case of repo=None in worker #2
Annotations
17 errors and 33 warnings
Codespell
Process completed with exit code 2.
|
Check for trailing whitespaces
Process completed with exit code 1.
|
Black (Python)
Process completed with exit code 2.
|
Pylint
Process completed with exit code 2.
|
Check old Qt string-based connections (https://wiki.qt.io/New_Signal_Slot_Syntax)
Process completed with exit code 1.
|
Cpplint
Process completed with exit code 2.
|
Clazy:
src/Gui/3Dconnexion/navlib/NavlibNavigation.cpp#L50
incomplete type 'NavlibInterface' named in nested name specifier
|
Clazy:
src/Gui/3Dconnexion/navlib/NavlibNavigation.cpp#L56
incomplete type 'NavlibInterface' named in nested name specifier
|
Clazy:
src/Gui/3Dconnexion/navlib/NavlibNavigation.cpp#L64
incomplete type 'NavlibInterface' named in nested name specifier
|
Clazy:
src/Gui/3Dconnexion/navlib/NavlibNavigation.cpp#L86
incomplete type 'NavlibInterface' named in nested name specifier
|
Clazy:
src/Gui/3Dconnexion/navlib/NavlibNavigation.cpp#L86
use of undeclared identifier 'navlib'
|
Clazy:
src/Gui/3Dconnexion/navlib/NavlibNavigation.cpp#L120
incomplete type 'NavlibInterface' named in nested name specifier
|
Clazy:
src/Gui/3Dconnexion/navlib/NavlibPivot.cpp#L53
incomplete type 'NavlibInterface' named in nested name specifier
|
Clazy:
src/Gui/3Dconnexion/navlib/NavlibPivot.cpp#L53
use of undeclared identifier 'navlib'
|
Clazy:
src/Gui/3Dconnexion/navlib/NavlibPivot.cpp#L58
incomplete type 'NavlibInterface' named in nested name specifier
|
Clazy:
src/Gui/3Dconnexion/navlib/NavlibPivot.cpp#L58
use of undeclared identifier 'navlib'
|
Clang-tidy:
src/App/Application.cpp#L134
'Build/Version.h' file not found [clang-diagnostic-error]
|
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/Mod/BIM/ArchComponent.py#L318
<-- trailing whitespace
|
Check for trailing whitespaces:
src/Mod/BIM/ArchWall.py#L340
# get updated name (if any) of the selected PropertySet <-- trailing whitespace
|
Check for trailing whitespaces:
src/Mod/BIM/ArchWall.py#L616
if (prop == "ArchSketchPropertySet" <-- trailing whitespace
|
Check for trailing whitespaces:
src/Mod/BIM/ArchWall.py#L620
uuid = baseProxy.getPropertySet(obj, <-- trailing whitespace
|
Check for trailing whitespaces:
src/Mod/BIM/TestArch.py#L782
<-- trailing whitespace
|
Check for trailing whitespaces:
src/Mod/BIM/TestArch.py#L792
<-- trailing whitespace
|
Check for trailing whitespaces:
src/Mod/BIM/TestArch.py#L807
<-- trailing whitespace
|
Check for trailing whitespaces:
src/Mod/PartDesign/App/FeatureHelix.cpp#L263
<-- trailing whitespace
|
Check for trailing whitespaces:
src/Mod/PartDesign/PartDesignTests/TestHelix.py#L164
<-- trailing whitespace
|
Check for trailing whitespaces:
src/Mod/TechDraw/Gui/DlgPrefsTechDrawAnnotation.ui#L699
always be the right choice. Flat or square caps are useful <-- trailing whitespace
|
Check old Qt string-based connections (https://wiki.qt.io/New_Signal_Slot_Syntax):
src/Gui/Application.cpp#L2295
QTimer::singleShot(0, &mw, SLOT(delayedStartup())); <--Consider using Functor-Based Connections
|
Check old Qt string-based connections (https://wiki.qt.io/New_Signal_Slot_Syntax):
src/Gui/Tree.cpp#L1098
objitem->object()->setupContextMenu(&editMenu, this, SLOT(onStartEditing()));
|
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]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L2233
fmt::detail::dynamic_specs_handler has copy-ctor but not dtor, copy-assignment [-Wclazy-rule-of-three]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L3126
Pass small and trivially-copyable type by value (const signed char &) [-Wclazy-function-args-by-value]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L3127
Pass small and trivially-copyable type by value (const unsigned char &) [-Wclazy-function-args-by-value]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L3128
Pass small and trivially-copyable type by value (const short &) [-Wclazy-function-args-by-value]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L3129
Pass small and trivially-copyable type by value (const unsigned short &) [-Wclazy-function-args-by-value]
|
Clazy:
build/_deps/fmt-src/include/fmt/core.h#L3130
Pass small and trivially-copyable type by value (const long &) [-Wclazy-function-args-by-value]
|
Clang-tidy:
build/src/Mod/Sketcher/App/SketchObjectPy.h#L437
function 'Sketcher::SketchObjectPy::setGeometryFacadeList' has a definition with different parameter names [readability-inconsistent-declaration-parameter-name]
|
Clang-tidy:
src/App/Application.cpp#L183
do not declare C-style arrays, use std::array<> instead [cppcoreguidelines-avoid-c-arrays,modernize-avoid-c-arrays]
|
Clang-tidy:
src/App/Application.cpp#L192
do not declare C-style arrays, use std::array<> instead [cppcoreguidelines-avoid-c-arrays,modernize-avoid-c-arrays]
|
Clang-tidy:
src/App/Application.cpp#L200
do not declare C-style arrays, use std::array<> instead [cppcoreguidelines-avoid-c-arrays,modernize-avoid-c-arrays]
|
Clang-tidy:
src/App/Application.cpp#L213
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay]
|
Clang-tidy:
src/App/Application.cpp#L227
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay]
|
Clang-tidy:
src/App/Application.cpp#L264
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay]
|
Clang-tidy:
src/App/Application.cpp#L276
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay]
|
Clang-tidy:
src/App/Application.cpp#L277
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay]
|
Clang-tidy:
src/App/Application.cpp#L291
static member accessed through instance [readability-static-accessed-through-instance]
|
Loading