Remove superflous whitespace + trailing newlines #200
Annotations
10 errors and 40 warnings
Codespell
Process completed with exit code 1.
|
Black (Python)
Process completed with exit code 1.
|
Pylint:
src/Mod/BIM/bimcommands/BimIfcQuantities.py#L105
Module 'ArchComponent' has no 'IfcRoles' member (no-member)
|
Pylint:
src/Mod/BIM/bimcommands/BimIfcQuantities.py#L420
Possibly using variable 'att' before assignment (possibly-used-before-assignment)
|
Pylint:
src/Mod/BIM/importers/importSH3DHelper.py#L227
Possibly using variable 'Gui' before assignment (possibly-used-before-assignment)
|
Pylint:
src/Mod/BIM/importers/importSH3DHelper.py#L2186
No value for argument 'elm' in method call (no-value-for-parameter)
|
Pylint:
src/Mod/Fem/femsolver/calculix/write_femelement_material.py#L91
Possibly using variable 'density_in_tonne_per_mm3' before assignment (possibly-used-before-assignment)
|
Pylint:
src/Mod/Fem/femtaskpanels/task_material_common.py#L227
method already defined line 221 (function-redefined)
|
Pylint
Process completed with exit code 1.
|
Cpplint
Process completed with exit code 1.
|
|
|
Black (Python):
src/Mod/BIM/importers/importDAE.py#L1
would reformat src/Mod/BIM/importers/importDAE.py
|
Black (Python):
src/Mod/BIM/bimcommands/BimIfcQuantities.py#L1
would reformat src/Mod/BIM/bimcommands/BimIfcQuantities.py
|
Black (Python):
src/Mod/Draft/draftobjects/layer.py#L1
would reformat src/Mod/Draft/draftobjects/layer.py
|
Black (Python):
src/Mod/Fem/femexamples/thermomech_bimetal.py#L1
would reformat src/Mod/Fem/femexamples/thermomech_bimetal.py
|
Black (Python):
src/Mod/Fem/femsolver/calculix/write_femelement_material.py#L1
would reformat src/Mod/Fem/femsolver/calculix/write_femelement_material.py
|
Black (Python):
src/Mod/Draft/draftviewproviders/view_layer.py#L1
would reformat src/Mod/Draft/draftviewproviders/view_layer.py
|
Black (Python):
src/Mod/Draft/draftfunctions/svg.py#L1
would reformat src/Mod/Draft/draftfunctions/svg.py
|
Black (Python):
src/Mod/Fem/femtaskpanels/task_material_common.py#L1
would reformat src/Mod/Fem/femtaskpanels/task_material_common.py
|
Black (Python):
src/Mod/OpenSCAD/OpenSCAD2Dgeom.py#L1
would reformat src/Mod/OpenSCAD/OpenSCAD2Dgeom.py
|
Black (Python):
src/Mod/BIM/importers/importSH3DHelper.py#L1
would reformat src/Mod/BIM/importers/importSH3DHelper.py
|
Pylint:
src/Ext/freecad/utils.py#L1
Missing module docstring (missing-module-docstring)
|
Pylint:
src/Mod/BIM/bimcommands/BimIfcQuantities.py#L75
Line too long (113/100) (line-too-long)
|
Pylint:
src/Mod/BIM/bimcommands/BimIfcQuantities.py#L239
TODO remember width (fixme)
|
Pylint:
src/Mod/BIM/bimcommands/BimIfcQuantities.py#L65
Missing class docstring (missing-class-docstring)
|
Pylint:
src/Mod/BIM/bimcommands/BimIfcQuantities.py#L83
Missing function or method docstring (missing-function-docstring)
|
Pylint:
src/Mod/BIM/bimcommands/BimIfcQuantities.py#L84
Import outside toplevel (PySide.QtCore, PySide.QtGui) (import-outside-toplevel)
|
Pylint:
src/Mod/BIM/bimcommands/BimIfcQuantities.py#L99
Import outside toplevel (ArchIFC) (import-outside-toplevel)
|
Pylint:
src/Mod/BIM/bimcommands/BimIfcQuantities.py#L103
Import outside toplevel (ArchComponent) (import-outside-toplevel)
|
Pylint:
src/Mod/BIM/bimcommands/BimIfcQuantities.py#L84
Unused QtCore imported from PySide (unused-import)
|
Pylint:
src/Mod/BIM/bimcommands/BimIfcQuantities.py#L141
Import outside toplevel (Draft) (import-outside-toplevel)
|
Cpplint:
src/Gui/Dialogs/DlgAbout.cpp#L60
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Cpplint:
src/Gui/Dialogs/DlgAbout.cpp#L61
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Cpplint:
src/Gui/Dialogs/DlgAbout.cpp#L768
Do not include .cpp files from other packages [build/include] [4]
|
Cpplint:
src/Gui/Dialogs/DlgAbout.cpp#L183
Add #include <algorithm> for min [build/include_what_you_use] [4]
|
Cpplint:
src/Gui/Dialogs/DlgAbout.cpp#L576
Add #include <map> for map<> [build/include_what_you_use] [4]
|
Cpplint:
src/Gui/Dialogs/DlgAbout.cpp#L724
Add #include <string> for string [build/include_what_you_use] [4]
|
Cpplint:
src/Gui/SceneInspector.cpp#L47
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Cpplint:
src/Gui/SceneInspector.cpp#L236
Using C-style cast. Use reinterpret_cast<void*>(...) instead [readability/casting] [4]
|
Cpplint:
src/Gui/SceneInspector.cpp#L282
Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4]
|
Cpplint:
src/Gui/SceneInspector.cpp#L410
Do not include .cpp files from other packages [build/include] [4]
|
Clazy
fatal error: 'ui_AboutApplication.h' file not found
|
Clazy
fatal error: 'ui_SceneInspector.h' file not found
|
Clazy
opencascade::handle has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
|
Clazy
NCollection_ListNode has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
|
Clazy
Pass small and trivially-copyable type by value (const class NCollection_BaseList::Iterator &) [-Wclazy-function-args-by-value]
|
Clazy
Pass small and trivially-copyable type by value (const class NCollection_BaseList::Iterator &) [-Wclazy-function-args-by-value]
|
Clazy
Pass small and trivially-copyable type by value (const class gp_XY &) [-Wclazy-function-args-by-value]
|
Clazy
Pass small and trivially-copyable type by value (const class gp_XY &) [-Wclazy-function-args-by-value]
|
Loading