Merge branch 'FreeCAD:main' into patch-14 #1511
Annotations
11 errors and 39 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/App/SafeMode.h#L27
unknown type name 'AppExport'
|
Clazy:
src/App/SafeMode.h#L28
unknown type name 'AppExport'
|
Clazy:
src/App/SafeMode.h#L29
unknown type name 'AppExport'
|
Clazy
Process completed with exit code 1.
|
Clang-tidy:
src/3rdParty/3Dconnexion/inc/SpaceMouse/CCommandTreeNode.hpp#L19
'SpaceMouse/CActionNode.hpp' file not found [clang-diagnostic-error]
|
Check for trailing whitespaces:
src/App/Resources/translations/App_hr.ts#L10
<translation>Pamti posljednji izbor korisnika o tome treba li primijeniti postavljanje CopyOnChange <-- trailing whitespace
|
Check for trailing whitespaces:
src/App/Resources/translations/App_tr.ts#L10
<translation>Aynı yapılandırılabilir nesneye başvuran tüm bağlantılara CopyOnChange kurulumunun uygulanıp <-- trailing whitespace
|
Check for trailing whitespaces:
src/Gui/Language/FreeCAD_ca.ts#L5724
<translation>%1. <-- trailing whitespace
|
Check for trailing whitespaces:
src/Gui/Language/FreeCAD_ca.ts#L12505
<translation>Trieu la vostra preferència per a la mida de la icona de la barra d’eines. Podeu ajustar <-- trailing whitespace
|
Check for trailing whitespaces:
src/Gui/Language/FreeCAD_cs.ts#L1779
<translation>'%1'. <-- trailing whitespace
|
Check for trailing whitespaces:
src/Gui/Language/FreeCAD_cs.ts#L2902
Zadaná hodnota je koeficient pro vynásobení velikosti <-- trailing whitespace
|
Check for trailing whitespaces:
src/Gui/Language/FreeCAD_cs.ts#L3447
Pouze když je propojený dokument automaticky otevřen společně s hlavním <-- trailing whitespace
|
Check for trailing whitespaces:
src/Gui/Language/FreeCAD_cs.ts#L3449
Částečně načtený dokument nemůže být upravován. Plně jej načtete <-- trailing whitespace
|
Check for trailing whitespaces:
src/Gui/Language/FreeCAD_cs.ts#L4696
<translation>Stiskem tlačítka "Začni obnovení" spustíte obnovení dokumentu uvedeného níže. <-- trailing whitespace
|
Check for trailing whitespaces:
src/Gui/Language/FreeCAD_cs.ts#L7943
<translation>Některé výrazy se nepodařilo analyzovat. <-- trailing whitespace
|
Check old Qt string-based connections (https://wiki.qt.io/New_Signal_Slot_Syntax):
src/Gui/Application.cpp#L2286
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/DAGView/DAGModel.cpp#L1094
(&contextMenu, this, SLOT(editingStartSlot())); //const hack. <--Consider using Functor-Based Connections
|
Check old Qt string-based connections (https://wiki.qt.io/New_Signal_Slot_Syntax):
src/Gui/DlgActionsImp.cpp#L133
connect(this, SIGNAL(addMacroAction( const QByteArray& )),
|
Check old Qt string-based connections (https://wiki.qt.io/New_Signal_Slot_Syntax):
src/Gui/DlgActionsImp.cpp#L134
topLevel, SIGNAL(addMacroAction( const QByteArray& )));
|
Check old Qt string-based connections (https://wiki.qt.io/New_Signal_Slot_Syntax):
src/Gui/DlgActionsImp.cpp#L135
connect(this, SIGNAL(removeMacroAction( const QByteArray& )),
|
Check old Qt string-based connections (https://wiki.qt.io/New_Signal_Slot_Syntax):
src/Gui/DlgActionsImp.cpp#L136
topLevel, SIGNAL(removeMacroAction( const QByteArray& )));
|
Check old Qt string-based connections (https://wiki.qt.io/New_Signal_Slot_Syntax):
src/Gui/DlgActionsImp.cpp#L137
connect(this, SIGNAL(modifyMacroAction( const QByteArray& )),
|
Check old Qt string-based connections (https://wiki.qt.io/New_Signal_Slot_Syntax):
src/Gui/DlgActionsImp.cpp#L138
topLevel, SIGNAL(modifyMacroAction( const QByteArray& )));
|
Check old Qt string-based connections (https://wiki.qt.io/New_Signal_Slot_Syntax):
src/Gui/DlgActionsImp.cpp#L140
disconnect(this, SIGNAL(addMacroAction( const QByteArray& )),
|
Check old Qt string-based connections (https://wiki.qt.io/New_Signal_Slot_Syntax):
src/Gui/DlgActionsImp.cpp#L141
topLevel, SIGNAL(addMacroAction( const QByteArray& )));
|
Clazy:
src/3rdParty/libE57Format/src/CheckedFile.h#L42
e57::CheckedFile has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
|
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]
|
Clang-tidy:
build/src/App/ComplexGeoDataPy.h#L135
function 'Data::ComplexGeoDataPy::setTag' has a definition with different parameter names [readability-inconsistent-declaration-parameter-name]
|
Clang-tidy:
build/src/App/ComplexGeoDataPy.h#L143
function 'Data::ComplexGeoDataPy::setHasher' has a definition with different parameter names [readability-inconsistent-declaration-parameter-name]
|
Clang-tidy:
build/src/App/ComplexGeoDataPy.h#L158
function 'Data::ComplexGeoDataPy::setElementMap' has a definition with different parameter names [readability-inconsistent-declaration-parameter-name]
|
Clang-tidy:
build/src/App/DocumentObjectPy.h#L96
function 'App::DocumentObjectPy::getSubObject' has a definition with different parameter names [readability-inconsistent-declaration-parameter-name]
|
Clang-tidy:
build/src/App/DocumentObjectPy.h#L108
function 'App::DocumentObjectPy::getLinkedObject' has a definition with different parameter names [readability-inconsistent-declaration-parameter-name]
|
Clang-tidy:
build/src/App/DocumentObjectPy.h#L267
function 'App::DocumentObjectPy::setNoTouch' has a definition with different parameter names [readability-inconsistent-declaration-parameter-name]
|
Clang-tidy:
build/src/App/MetadataPy.h#L48
function 'App::MetadataPy::getLastSupportedFreeCADVersion' has a definition with different parameter names [readability-inconsistent-declaration-parameter-name]
|
Clang-tidy:
build/src/App/MetadataPy.h#L52
function 'App::MetadataPy::getFirstSupportedFreeCADVersion' has a definition with different parameter names [readability-inconsistent-declaration-parameter-name]
|
Clang-tidy:
build/src/App/MetadataPy.h#L56
function 'App::MetadataPy::supportsCurrentFreeCAD' has a definition with different parameter names [readability-inconsistent-declaration-parameter-name]
|
Loading