Assembly: Refactor get/setDraggerPlacement #1527
Annotations
11 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.
|
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.
|
Clang-tidy:
src/App/Application.cpp#L134
'Build/Version.h' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/PreferencePages/DlgSettingsAdvanced.cpp#L513
'moc_DlgSettingsAdvanced.cpp' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/View3DInventorViewer.cpp#L4205
'moc_View3DInventorViewer.cpp' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Mod/Material/Gui/DlgMaterialImp.cpp#L46
'ui_DlgMaterial.h' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Mod/Part/Gui/DlgSettings3DViewPartImp.cpp#L34
'ui_DlgSettings3DViewPart.h' file not found [clang-diagnostic-error]
|
Clang-tidy
Process completed with exit code 1.
|
Check old Qt string-based connections (https://wiki.qt.io/New_Signal_Slot_Syntax):
src/Tools/params_utils.py#L980
connect({self.param_bool.widget_name}, SIGNAL(toggled(bool)), {param.widget_name}, SLOT(setEnabled(bool)));""" <--Consider using Functor-Based Connections
|
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]
|
Clazy:
src/Base/TimeInfo.h#L70
Pass small and trivially-copyable type by value (const class Base::TimeInfo &) [-Wclazy-function-args-by-value]
|
Clazy:
src/Base/TimeInfo.h#L70
Pass small and trivially-copyable type by value (const class Base::TimeInfo &) [-Wclazy-function-args-by-value]
|
Clazy:
src/Base/TimeInfo.h#L76
Pass small and trivially-copyable type by value (const class Base::TimeInfo &) [-Wclazy-function-args-by-value]
|
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]
|
Clang-tidy:
src/App/Application.cpp#L292
static member accessed through instance [readability-static-accessed-through-instance]
|
Loading