BIM: support elements belonging to multiple arrays #38
Annotations
9 errors and 41 warnings
Codespell
Process completed with exit code 1.
|
Black (Python)
Process completed with exit code 1.
|
Pylint:
src/Mod/BIM/ArchSchedule.py#L678
Possibly using variable 'FreeCADGui' before assignment (possibly-used-before-assignment)
|
Pylint:
src/Mod/BIM/ArchSchedule.py#L681
Possibly using variable 'QtGui' before assignment (possibly-used-before-assignment)
|
Pylint:
src/Mod/BIM/ArchSchedule.py#L683
Possibly using variable 'QtCore' before assignment (possibly-used-before-assignment)
|
Pylint:
src/Mod/OpenSCAD/importCSG.py#L434
Possibly using variable 'offset' before assignment (possibly-used-before-assignment)
|
Pylint
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.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Codespell:
src/Gui/CommandDoc.cpp#L813
Rever ==> Revert, Refer, Fever
|
Codespell:
src/Gui/CommandDoc.cpp#L1758
Propert ==> Property
|
Codespell:
src/Gui/CommandMacro.cpp#L94
cros ==> cross
|
Codespell:
src/Gui/CommandStd.cpp#L406
Prefere ==> Prefer, Preferred
|
Codespell:
src/Gui/CommandView.cpp#L595
Clippin ==> Clipping
|
Codespell:
src/Gui/CommandView.cpp#L3189
ure ==> sure, ire, are, urea, rue
|
Codespell:
src/Gui/QuantitySpinBox.cpp#L186
sAV ==> save
|
Black (Python):
src/Mod/BIM/ArchSchedule.py#L1
would reformat src/Mod/BIM/ArchSchedule.py
|
Black (Python):
src/Mod/OpenSCAD/importCSG.py#L1
would reformat src/Mod/OpenSCAD/importCSG.py
|
Pylint:
src/Mod/BIM/ArchSchedule.py#L100
Line too long (124/100) (line-too-long)
|
Pylint:
src/Mod/BIM/ArchSchedule.py#L109
Line too long (114/100) (line-too-long)
|
Pylint:
src/Mod/BIM/ArchSchedule.py#L110
Line too long (112/100) (line-too-long)
|
Pylint:
src/Mod/BIM/ArchSchedule.py#L116
Line too long (144/100) (line-too-long)
|
Pylint:
src/Mod/BIM/ArchSchedule.py#L118
Line too long (141/100) (line-too-long)
|
Pylint:
src/Mod/BIM/ArchSchedule.py#L120
Line too long (140/100) (line-too-long)
|
Pylint:
src/Mod/BIM/ArchSchedule.py#L122
Line too long (142/100) (line-too-long)
|
Pylint:
src/Mod/BIM/ArchSchedule.py#L124
Line too long (141/100) (line-too-long)
|
Pylint:
src/Mod/BIM/ArchSchedule.py#L126
Line too long (194/100) (line-too-long)
|
Pylint:
src/Mod/BIM/ArchSchedule.py#L128
Line too long (202/100) (line-too-long)
|
Check old Qt string-based connections (https://wiki.qt.io/New_Signal_Slot_Syntax):
src/Gui/Dialogs/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/Dialogs/DlgActionsImp.cpp#L134
topLevel, SIGNAL(addMacroAction( const QByteArray& )));
|
Check old Qt string-based connections (https://wiki.qt.io/New_Signal_Slot_Syntax):
src/Gui/Dialogs/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/Dialogs/DlgActionsImp.cpp#L136
topLevel, SIGNAL(removeMacroAction( const QByteArray& )));
|
Check old Qt string-based connections (https://wiki.qt.io/New_Signal_Slot_Syntax):
src/Gui/Dialogs/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/Dialogs/DlgActionsImp.cpp#L138
topLevel, SIGNAL(modifyMacroAction( const QByteArray& )));
|
Check old Qt string-based connections (https://wiki.qt.io/New_Signal_Slot_Syntax):
src/Gui/Dialogs/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/Dialogs/DlgActionsImp.cpp#L141
topLevel, SIGNAL(addMacroAction( const QByteArray& )));
|
Check old Qt string-based connections (https://wiki.qt.io/New_Signal_Slot_Syntax):
src/Gui/Dialogs/DlgActionsImp.cpp#L142
disconnect(this, SIGNAL(removeMacroAction( const QByteArray& )),
|
Check old Qt string-based connections (https://wiki.qt.io/New_Signal_Slot_Syntax):
src/Gui/Dialogs/DlgActionsImp.cpp#L143
topLevel, SIGNAL(removeMacroAction( const QByteArray& )));
|
Cpplint:
src/Gui/Action.cpp#L66
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Cpplint:
src/Gui/Action.cpp#L67
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Cpplint:
src/Gui/Action.cpp#L1389
Do not include .cpp files from other packages [build/include] [4]
|
Cpplint:
src/Gui/Action.cpp#L827
Add #include <memory> for make_unique<> [build/include_what_you_use] [4]
|
Cpplint:
src/Gui/Action.cpp#L1175
Add #include <string> for string [build/include_what_you_use] [4]
|
Cpplint:
src/Gui/Action.cpp#L1175
Add #include <vector> for vector<> [build/include_what_you_use] [4]
|
Cpplint:
src/Gui/Action.cpp#L1193
Add #include <algorithm> for min [build/include_what_you_use] [4]
|
Cpplint:
src/Gui/ApplicationPy.cpp#L75
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Cpplint:
src/Gui/ApplicationPy.cpp#L1607
Add #include <list> for list<> [build/include_what_you_use] [4]
|
Cpplint:
src/Gui/ApplicationPy.cpp#L1672
Add #include <vector> for vector<> [build/include_what_you_use] [4]
|
Clazy
fatal error: 'moc_Action.cpp' file not found
|
Loading