Fix various typos throughout the codebase #229
Annotations
14 errors and 36 warnings
|
|
|
src/Mod/Assembly/CommandCreateView.py#L78
Possibly using variable 'Gui' before assignment (possibly-used-before-assignment)
|
src/Mod/Assembly/CommandCreateView.py#L423
Possibly using variable 'QtCore' before assignment (possibly-used-before-assignment)
|
src/Mod/Assembly/CommandCreateView.py#L446
Possibly using variable 'QMenu' before assignment (possibly-used-before-assignment)
|
src/Mod/BIM/nativeifc/ifc_tools.py#L193
Possibly using variable 'person' before assignment (possibly-used-before-assignment)
|
src/Mod/BIM/nativeifc/ifc_tools.py#L194
Possibly using variable 'organisation' before assignment (possibly-used-before-assignment)
|
src/Mod/BIM/nativeifc/ifc_tools.py#L1097
Possibly using variable 'tempshape' before assignment (possibly-used-before-assignment)
|
src/Mod/BIM/nativeifc/ifc_tools.py#L1185
Possibly using variable 'uprel' before assignment (possibly-used-before-assignment)
|
src/Mod/CAM/Path/Main/Gui/SimulatorGL.py#L61
Possibly using variable 'FreeCADGui' before assignment (possibly-used-before-assignment)
|
src/Mod/CAM/Path/Main/Gui/SimulatorGL.py#L73
Possibly using variable 'QtGui' before assignment (possibly-used-before-assignment)
|
src/Mod/CAM/Path/Main/Gui/SimulatorGL.py#L88
Possibly using variable 'QtCore' before assignment (possibly-used-before-assignment)
|
|
src/Mod/BIM/nativeifc/ifc_tools.py#L1201
anumber ==> a number
|
src/Mod/BIM/nativeifc/ifc_tools.py#L1203
anumber ==> a number
|
src/Mod/Measure/UtilsMeasure.py#L34
priorized ==> prioritized
|
src/Mod/BIM/utils/convertPsets.py#L23
"""This script converts a xml file containing pset definitions to a csv file. <-- trailing whitespace
|
src/Mod/CAM/Path/Main/Gui/SimulatorGL.py#L103
# sometimes a flat circle is without edge, so return edge with <-- trailing whitespace
|
src/Mod/CAM/Path/Main/Gui/SimulatorGL.py#L108
return edge, p2, p1 <-- trailing whitespace
|
src/Mod/CAM/Path/Main/Gui/SimulatorGL.py#L133
#the algo is based on locating the side edge that OCC creates on any revolved object <-- trailing whitespace
|
src/Mod/CAM/Path/Main/Gui/SimulatorGL.py#L180
<-- trailing whitespace
|
src/Mod/Part/parttests/ColorTransparencyTest.py#L49
<-- trailing whitespace
|
src/Mod/Robot/App/kdl_cp/joint.hpp#L133
/** <-- trailing whitespace
|
src/Mod/Robot/App/kdl_cp/joint.hpp#L134
* Request the Vector corresponding to the axis of a revolute joint. <-- trailing whitespace
|
src/Mod/Robot/App/kdl_cp/joint.hpp#L135
* <-- trailing whitespace
|
src/Mod/Robot/App/kdl_cp/joint.hpp#L136
* @return Vector. e.g (1,0,0) for RotX etc. <-- trailing whitespace
|
src/Mod/CAM/Path/Main/Gui/SimulatorGL.py#L1
would reformat src/Mod/CAM/Path/Main/Gui/SimulatorGL.py
|
src/Mod/CAM/Tests/TestLinuxCNCPost.py#L1
would reformat src/Mod/CAM/Tests/TestLinuxCNCPost.py
|
src/Mod/Measure/UtilsMeasure.py#L1
would reformat src/Mod/Measure/UtilsMeasure.py
|
src/Mod/Assembly/CommandCreateView.py#L1
would reformat src/Mod/Assembly/CommandCreateView.py
|
src/Mod/Part/parttests/ColorTransparencyTest.py#L1
would reformat src/Mod/Part/parttests/ColorTransparencyTest.py
|
src/Mod/Draft/draftgeoutils/offsets.py#L1
would reformat src/Mod/Draft/draftgeoutils/offsets.py
|
src/Mod/BIM/nativeifc/ifc_tools.py#L1
would reformat src/Mod/BIM/nativeifc/ifc_tools.py
|
src/Mod/Assembly/CommandCreateView.py#L161
Line too long (101/100) (line-too-long)
|
src/Mod/Assembly/CommandCreateView.py#L183
Line too long (110/100) (line-too-long)
|
src/Mod/Assembly/CommandCreateView.py#L188
Line too long (109/100) (line-too-long)
|
src/Mod/Assembly/CommandCreateView.py#L251
Line too long (125/100) (line-too-long)
|
src/Mod/Assembly/CommandCreateView.py#L350
Line too long (101/100) (line-too-long)
|
src/Mod/Assembly/CommandCreateView.py#L395
Line too long (110/100) (line-too-long)
|
src/Mod/Assembly/CommandCreateView.py#L400
Line too long (109/100) (line-too-long)
|
src/Mod/Assembly/CommandCreateView.py#L1
Missing module docstring (missing-module-docstring)
|
src/Mod/Assembly/CommandCreateView.py#L38
Import "import UtilsAssembly" should be placed at the top of the module (wrong-import-position)
|
src/Mod/Assembly/CommandCreateView.py#L39
Import "import Preferences" should be placed at the top of the module (wrong-import-position)
|
src/Gui/ParamHandler.h#L78
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
|
src/Gui/ParamHandler.h#L96
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
|
src/Mod/Assembly/Gui/ViewProviderAssembly.cpp#L620
Missing reference in range-for with non trivial type (std::basic_string<char>) [-Wclazy-range-loop-reference]
|
src/Mod/Measure/App/MeasureBase.cpp#L82
Missing reference in range-for with non trivial type (Py::Object) [-Wclazy-range-loop-reference]
|
src/Mod/Measure/App/MeasureBase.cpp#L137
Missing reference in range-for with non trivial type (Py::Object) [-Wclazy-range-loop-reference]
|
src/Gui/ParamHandler.h#L41
2 adjacent parameters of 'ParamKey' of similar type ('const char *') are easily swapped by mistake [bugprone-easily-swappable-parameters]
|
The logs for this run have expired and are no longer available.
Loading