STEP: Rename generic Import/Export dialog title #257
Annotations
4 errors and 46 warnings
Codespell
Process completed with exit code 1.
|
Check for trailing whitespaces
Process completed with exit code 1.
|
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 1.
|
Codespell:
src/3rdParty/OndselSolver/testapp/camfollower.asmt#L4
hightlight ==> highlight
|
Codespell:
src/3rdParty/OndselSolver/testapp/gyro.asmt#L4
precess ==> process
|
Codespell:
src/3rdParty/OndselSolver/OndselSolver/SymbolicParser.cpp#L68
prevEnd ==> prevent
|
Codespell:
src/3rdParty/OndselSolver/OndselSolver/SymbolicParser.cpp#L195
prevEnd ==> prevent
|
Codespell:
src/3rdParty/OndselSolver/OndselSolver/SymbolicParser.cpp#L200
prevEnd ==> prevent
|
Codespell:
src/3rdParty/OndselSolver/OndselSolver/SymbolicParser.h#L61
prevEnd ==> prevent
|
Codespell:
src/Base/StackWalker.cpp#L900
ptd ==> pdf
|
Codespell:
src/Base/StackWalker.cpp#L901
ptd ==> pdf
|
Codespell:
src/Base/StackWalker.cpp#L902
ptd ==> pdf
|
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#L5746
<translation>%1. <-- trailing whitespace
|
Check for trailing whitespaces:
src/Gui/Language/FreeCAD_ca.ts#L12508
<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#L1780
<translation>'%1'. <-- trailing whitespace
|
Check for trailing whitespaces:
src/Gui/Language/FreeCAD_cs.ts#L2903
Zadaná hodnota je koeficient pro vynásobení velikosti <-- trailing whitespace
|
Check for trailing whitespaces:
src/Gui/Language/FreeCAD_cs.ts#L3448
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#L3450
Čá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#L4697
<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#L7969
<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#L2256
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/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& )));
|
Check old Qt string-based connections (https://wiki.qt.io/New_Signal_Slot_Syntax):
src/Gui/DlgActionsImp.cpp#L142
disconnect(this, SIGNAL(removeMacroAction( const QByteArray& )),
|
Cpplint:
src/3rdParty/3Dconnexion/inc/SpaceMouse/CCommandTreeNode.hpp#L1
#ifndef header guard has wrong style, please use: SRC_3RDPARTY_3DCONNEXION_INC_SPACEMOUSE_CCOMMANDTREENODE_HPP_ [build/header_guard] [5]
|
Cpplint:
src/3rdParty/3Dconnexion/inc/SpaceMouse/CCommandTreeNode.hpp#L289
#endif line should be "#endif // SRC_3RDPARTY_3DCONNEXION_INC_SPACEMOUSE_CCOMMANDTREENODE_HPP_" [build/header_guard] [5]
|
Cpplint:
src/3rdParty/3Dconnexion/inc/SpaceMouse/CCommandTreeNode.hpp#L22
Found C++ system header after other header. Should be: CCommandTreeNode.h, c system, c++ system, other. [build/include_order] [4]
|
Cpplint:
src/3rdParty/3Dconnexion/inc/SpaceMouse/CCommandTreeNode.hpp#L23
Found C++ system header after other header. Should be: CCommandTreeNode.h, c system, c++ system, other. [build/include_order] [4]
|
Cpplint:
src/3rdParty/3Dconnexion/inc/SpaceMouse/CCommandTreeNode.hpp#L24
Found C++ system header after other header. Should be: CCommandTreeNode.h, c system, c++ system, other. [build/include_order] [4]
|
Cpplint:
src/3rdParty/3Dconnexion/inc/SpaceMouse/CCommandTreeNode.hpp#L25
Found C++ system header after other header. Should be: CCommandTreeNode.h, c system, c++ system, other. [build/include_order] [4]
|
Cpplint:
src/3rdParty/3Dconnexion/inc/SpaceMouse/CCommandTreeNode.hpp#L34
public: should be indented +1 space inside class raw_linkedlist_iterator [whitespace/indent] [3]
|
Cpplint:
src/3rdParty/3Dconnexion/inc/SpaceMouse/CCommandTreeNode.hpp#L41
public: should be indented +1 space inside class raw_linkedlist_iterator [whitespace/indent] [3]
|
Cpplint:
src/3rdParty/3Dconnexion/inc/SpaceMouse/CCommandTreeNode.hpp#L42
Constructors callable with one argument should be marked explicit. [runtime/explicit] [5]
|
Cpplint:
src/3rdParty/3Dconnexion/inc/SpaceMouse/CCommandTreeNode.hpp#L114
protected: should be indented +1 space inside class raw_linkedlist_iterator [whitespace/indent] [3]
|
Clazy
fatal error: 'SpaceMouse/CActionNode.hpp' file not found
|
Clazy:
src/3rdParty/libE57Format/src/CheckedFile.h#L42
e57::CheckedFile has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
|
Clazy
fatal error: 'Build/Version.h' file not found
|
Clazy:
src/App/Branding.cpp#L107
QString(QLatin1String) being called [-Wclazy-qstring-allocations]
|
Clazy:
src/App/Branding.cpp#L108
QString(QLatin1String) being called [-Wclazy-qstring-allocations]
|
Clazy:
src/Base/Matrix.h#L336
Pass small and trivially-copyable type by value (const Base::Vector3f &) [-Wclazy-function-args-by-value]
|
Clazy:
src/Base/Matrix.h#L367
Pass small and trivially-copyable type by value (const Base::Vector3f &) [-Wclazy-function-args-by-value]
|
Loading