Skip to content

Base: extend ShapeHintsItem to allow to set vertex ordering and shape… #14

Base: extend ShapeHintsItem to allow to set vertex ordering and shape…

Base: extend ShapeHintsItem to allow to set vertex ordering and shape… #14

Triggered via push November 8, 2023 21:48
Status Success
Total duration 37m 55s
Artifacts 5
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

CI_master.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 43 warnings
Lint / Lint
Process completed with exit code 1.
Lint / Lint: src/Mod/Arch/ArchSite.py#L188
Using variable 'pysolar' before assignment (used-before-assignment)
Lint / Lint: src/Mod/Arch/ArchSite.py#L1096
Access to member 'diagramnode' before its definition line 1103 (access-member-before-definition)
Lint / Lint
Process completed with exit code 1.
Lint / Lint
Process completed with exit code 1.
Lint / Lint: src/Mod/Sketcher/Gui/DrawSketchHandlerOffset.h#L221
no type named 'SignalException' in namespace 'Base'; did you mean 'FileException'?
Lint / Lint
Process completed with exit code 1.
WrapUp / WrapUp
$GITHUB_STEP_SUMMARY upload aborted, supports content up to a size of 1024k, got 1207k. For more information see: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-markdown-summary
Lint / Lint: src/Mod/Arch/ArchSite.py#L1
would reformat src/Mod/Arch/ArchSite.py
Lint / Lint: src/Mod/Arch/ArchBuildingPart.py#L1
would reformat src/Mod/Arch/ArchBuildingPart.py
Lint / Lint: src/Mod/Draft/InitGui.py#L1
would reformat src/Mod/Draft/InitGui.py
Lint / Lint: src/Mod/Draft/draftobjects/base.py#L1
would reformat src/Mod/Draft/draftobjects/base.py
Lint / Lint: src/Mod/Draft/WorkingPlane.py#L1
would reformat src/Mod/Draft/WorkingPlane.py
Lint / Lint: src/Mod/Arch/ArchBuildingPart.py#L232
Line too long (136/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchBuildingPart.py#L242
Line too long (127/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchBuildingPart.py#L256
Line too long (149/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchBuildingPart.py#L267
Line too long (109/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchBuildingPart.py#L270
Line too long (122/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchBuildingPart.py#L271
Line too long (101/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchBuildingPart.py#L289
Line too long (118/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchBuildingPart.py#L331
Line too long (137/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchBuildingPart.py#L333
Line too long (172/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchBuildingPart.py#L336
Line too long (161/100) (line-too-long)
Lint / Lint: src/Base/Builder3D.cpp#L1111
Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
Lint / Lint: src/Base/Builder3D.h#L427
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
Lint / Lint: src/Base/Builder3D.h#L460
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
Lint / Lint: src/Base/Builder3D.h#L473
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
Lint / Lint: src/Base/Builder3D.h#L486
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
Lint / Lint: src/Base/Builder3D.h#L588
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
Lint / Lint: src/Mod/Sketcher/Gui/DrawSketchHandler.cpp#L1154
Never use sprintf. Use snprintf instead. [runtime/printf] [5]
Lint / Lint: src/Mod/Sketcher/Gui/DrawSketchHandlerRectangle.h#L274
Never use sprintf. Use snprintf instead. [runtime/printf] [5]
Lint / Lint
fatal error: 'moc_EditableDatumLabel.cpp' file not found
Lint / Lint
fatal error: 'ui_InsertDatum.h' file not found
Lint / Lint
non-POD static (SymbolExpr) [-Wclazy-non-pod-global-static]
Lint / Lint
non-POD static (all_t) [-Wclazy-non-pod-global-static]
Lint / Lint
non-POD static (SymbolExpr) [-Wclazy-non-pod-global-static]
Lint / Lint
non-POD static (all_t) [-Wclazy-non-pod-global-static]
Lint / Lint: src/Gui/MainWindow.h#L263
getter Gui::MainWindow::isRestoringWindowState possibly mismarked as a slot [-Wclazy-const-signal-or-slot]
Lint / Lint
non-POD static (SymbolExpr) [-Wclazy-non-pod-global-static]
Lint / Lint
non-POD static (all_t) [-Wclazy-non-pod-global-static]
Lint / Lint: src/Gui/MainWindow.h#L263
getter Gui::MainWindow::isRestoringWindowState possibly mismarked as a slot [-Wclazy-const-signal-or-slot]
Lint / Lint: src/Base/Builder3D.cpp#L254
statement should be inside braces [readability-braces-around-statements]
Lint / Lint: src/Base/Builder3D.cpp#L276
statement should be inside braces [readability-braces-around-statements]
Lint / Lint: src/Base/Builder3D.cpp#L284
8 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
Lint / Lint: src/Base/Builder3D.cpp#L284
statement should be inside braces [readability-braces-around-statements]
Lint / Lint: src/Base/Builder3D.cpp#L286
statement should be inside braces [readability-braces-around-statements]
Lint / Lint: src/Base/Builder3D.cpp#L288
statement should be inside braces [readability-braces-around-statements]
Lint / Lint: src/Base/Builder3D.cpp#L290
8 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
Lint / Lint: src/Base/Builder3D.cpp#L290
statement should be inside braces [readability-braces-around-statements]
Lint / Lint: src/Base/Builder3D.cpp#L300
pass by value and use std::move [modernize-pass-by-value]
Lint / Lint: src/Base/Builder3D.cpp#L314
pass by value and use std::move [modernize-pass-by-value]

Artifacts

Produced during runtime
Name Size
Lint-6804396020-Logs Expired
1.11 MB
Prepare-6804396020-Logs Expired
179 KB
Ubuntu_20-04-6804396020-Logs Expired
1.41 MB
Ubuntu_22-04-6804396020-Logs Expired
1.38 MB
Windows-6804396020-Logs Expired
13.4 MB