Fix typos on Assembly & Sketcher WBs #112
Annotations
11 errors and 25 warnings
|
src/Mod/Assembly/CommandCreateBom.py#L95
Possibly using variable 'Gui' before assignment (possibly-used-before-assignment)
|
src/Mod/Assembly/CommandCreateBom.py#L99
Possibly using variable 'QtCore' before assignment (possibly-used-before-assignment)
|
src/Mod/Assembly/CommandCreateBom.py#L107
Possibly using variable 'QtWidgets' before assignment (possibly-used-before-assignment)
|
src/Mod/BIM/ArchWall.py#L287
Instance of 'list' has no 'fuse' member (no-member)
|
src/Mod/BIM/ArchWall.py#L623
Module 'ArchSketchObject' has no 'sortSketchWidth' member (no-member)
|
src/Mod/BIM/ArchWall.py#L668
Module 'ArchSketchObject' has no 'sortSketchAlign' member (no-member)
|
src/Mod/BIM/ArchWall.py#L876
Possibly using variable 'edgeNum' before assignment (possibly-used-before-assignment)
|
src/Mod/BIM/ArchWall.py#L1279
Possibly using variable 'QtGui' before assignment (possibly-used-before-assignment)
|
src/Mod/BIM/ArchWall.py#L1282
Possibly using variable 'QtCore' before assignment (possibly-used-before-assignment)
|
|
src/Mod/Assembly/CommandCreateBom.py#L1
would reformat src/Mod/Assembly/CommandCreateBom.py
|
src/Mod/BIM/ArchWall.py#L1
would reformat src/Mod/BIM/ArchWall.py
|
src/Mod/Assembly/CommandCreateBom.py#L74
Line too long (176/100) (line-too-long)
|
src/Mod/Assembly/CommandCreateBom.py#L79
Line too long (271/100) (line-too-long)
|
src/Mod/Assembly/CommandCreateBom.py#L84
Line too long (174/100) (line-too-long)
|
src/Mod/Assembly/CommandCreateBom.py#L372
Line too long (120/100) (line-too-long)
|
src/Mod/Assembly/CommandCreateBom.py#L378
Line too long (102/100) (line-too-long)
|
src/Mod/Assembly/CommandCreateBom.py#L384
Line too long (210/100) (line-too-long)
|
src/Mod/Assembly/CommandCreateBom.py#L393
Line too long (169/100) (line-too-long)
|
src/Mod/Assembly/CommandCreateBom.py#L399
Line too long (261/100) (line-too-long)
|
src/Mod/Assembly/CommandCreateBom.py#L1
Missing module docstring (missing-module-docstring)
|
src/Mod/Assembly/CommandCreateBom.py#L35
Import "import UtilsAssembly" should be placed at the top of the module (wrong-import-position)
|
|
|
src/Mod/Sketcher/Gui/DrawSketchHandlerBSpline.h#L258
Use multi-arg instead [-Wclazy-qstring-arg]
|
src/Mod/Sketcher/Gui/DrawSketchHandlerBSpline.h#L45
variable 'geometryCreationMode' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables]
|
src/Mod/Sketcher/Gui/DrawSketchHandlerBSpline.h#L45
redundant 'geometryCreationMode' declaration [readability-redundant-declaration]
|
|
src/Mod/Sketcher/Gui/DrawSketchHandlerBSpline.h#L75
class 'DrawSketchHandlerBSpline' defines a default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator [cppcoreguidelines-special-member-functions]
|
src/Mod/Sketcher/Gui/DrawSketchHandlerBSpline.h#L87
initializer for member 'prevCursorPosition' is redundant [readability-redundant-member-init]
|
src/Mod/Sketcher/Gui/DrawSketchHandlerBSpline.h#L108
floating point literal has suffix 'f', which is not uppercase [readability-uppercase-literal-suffix]
|
src/Mod/Sketcher/Gui/DrawSketchHandlerBSpline.h#L108
floating point literal has suffix 'f', which is not uppercase [readability-uppercase-literal-suffix]
|
src/Mod/Sketcher/Gui/DrawSketchHandlerBSpline.h#L121
floating point literal has suffix 'f', which is not uppercase [readability-uppercase-literal-suffix]
|
src/Mod/Sketcher/Gui/DrawSketchHandlerBSpline.h#L121
floating point literal has suffix 'f', which is not uppercase [readability-uppercase-literal-suffix]
|
src/Mod/Sketcher/Gui/DrawSketchHandlerBSpline.h#L128
function 'executeCommands' has cognitive complexity of 67 (threshold 25) [readability-function-cognitive-complexity]
|
This job succeeded
Loading