Skip to content

MeshPart: Allow to cancel trim by plane #5

MeshPart: Allow to cancel trim by plane

MeshPart: Allow to cancel trim by plane #5

Triggered via push May 23, 2023 16:18
Status Success
Total duration 2h 41m 0s
Artifacts 5

CI_master.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

15 errors and 36 warnings
Lint / Lint
Process completed with exit code 1.
Lint / Lint
Process completed with exit code 1.
Lint / Lint
Process completed with exit code 1.
Lint / Lint: src/Gui/FreeCADGuiInit.py#L64
Instance of 'Workbench' has no '__Workbench__' member (no-member)
Lint / Lint: src/Gui/FreeCADGuiInit.py#L66
Instance of 'Workbench' has no '__Workbench__' member (no-member)
Lint / Lint: src/Gui/FreeCADGuiInit.py#L68
Instance of 'Workbench' has no '__Workbench__' member (no-member)
Lint / Lint: src/Gui/FreeCADGuiInit.py#L70
Instance of 'Workbench' has no '__Workbench__' member (no-member)
Lint / Lint: src/Gui/FreeCADGuiInit.py#L72
Instance of 'Workbench' has no '__Workbench__' member (no-member)
Lint / Lint: src/Gui/FreeCADGuiInit.py#L74
Instance of 'Workbench' has no '__Workbench__' member (no-member)
Lint / Lint: src/Gui/FreeCADGuiInit.py#L76
Instance of 'Workbench' has no '__Workbench__' member (no-member)
Lint / Lint: src/Gui/FreeCADGuiInit.py#L78
Instance of 'Workbench' has no '__Workbench__' member (no-member)
Lint / Lint: src/Gui/FreeCADGuiInit.py#L80
Instance of 'Workbench' has no '__Workbench__' member (no-member)
Lint / Lint: src/Gui/FreeCADGuiInit.py#L82
Instance of 'Workbench' has no '__Workbench__' member (no-member)
Lint / Lint
Process completed with exit code 1.
WrapUp / WrapUp
$GITHUB_STEP_SUMMARY upload aborted, supports content up to a size of 1024k, got 2143k. For more information see: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-markdown-summary
Lint / Lint: src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp#L96
if (myGroup != 0) <-- trailing whitespace
Lint / Lint: src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp#L143
const double lenFactor = aUnitsRecord.factors[ UNV164::LENGTH_FACTOR ]; <-- trailing whitespace
Lint / Lint: src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp#L193
case 41: // Plane Stress Linear Triangle <-- trailing whitespace
Lint / Lint: src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp#L194
case 51: // Plane Strain Linear Triangle <-- trailing whitespace
Lint / Lint: src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp#L195
case 61: // Plate Linear Triangle <-- trailing whitespace
Lint / Lint: src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp#L196
case 74: // Membrane Linear Triangle <-- trailing whitespace
Lint / Lint: src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp#L197
case 81: // Axisymetric Solid Linear Triangle <-- trailing whitespace
Lint / Lint: src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp#L198
case 91: // Thin Shell Linear Triangle <-- trailing whitespace
Lint / Lint: src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp#L205
case 42: // Plane Stress Parabolic Triangle <-- trailing whitespace
Lint / Lint: src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp#L206
case 52: // Plane Strain Parabolic Triangle <-- trailing whitespace
Lint / Lint: src/Ext/freecad/project_utility.py#L1
would reformat src/Ext/freecad/project_utility.py
Lint / Lint: src/Gui/FreeCADGuiInit.py#L1
would reformat src/Gui/FreeCADGuiInit.py
Lint / Lint: src/Ext/freecad/project_utility.py#L37
Consider using 'with' for resource-allocating operations (consider-using-with)
Lint / Lint: src/Ext/freecad/project_utility.py#L49
Consider using 'with' for resource-allocating operations (consider-using-with)
Lint / Lint: src/Ext/freecad/project_utility.py#L60
Consider using 'with' for resource-allocating operations (consider-using-with)
Lint / Lint: src/Gui/FreeCADGuiInit.py#L60
Line too long (101/100) (line-too-long)
Lint / Lint: src/Gui/FreeCADGuiInit.py#L1
Missing module docstring (missing-module-docstring)
Lint / Lint: src/Gui/FreeCADGuiInit.py#L31
Multiple imports on one line (FreeCAD, FreeCADGui) (multiple-imports)
Lint / Lint: src/Gui/FreeCADGuiInit.py#L43
Missing class docstring (missing-class-docstring)
Lint / Lint: src/Gui/FreeCADGuiInit.py#L121
Missing function or method docstring (missing-function-docstring)
Lint / Lint: src/Gui/FreeCADGuiInit.py#L121
Too many local variables (19/15) (too-many-locals)
Lint / Lint: src/Gui/FreeCADGuiInit.py#L122
Import outside toplevel (sys, os, traceback) (import-outside-toplevel)
Lint / Lint: src/Gui/Application.cpp#L2131
QObject::connect(&mainApp, SIGNAL(messageReceived(const QList<QByteArray> &)), <--Consider using Functor-Based Connections
Lint / Lint: src/Gui/Application.cpp#L2132
&mw, SLOT(processMessages(const QList<QByteArray> &))); <--Consider using Functor-Based Connections
Lint / Lint: src/Gui/Application.cpp#L2334
QTimer::singleShot(0, &mw, SLOT(delayedStartup())); <--Consider using Functor-Based Connections
Lint / Lint: src/App/Document.cpp#L563
Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
Lint / Lint: src/App/Document.cpp#L1725
Consider using localtime_r(...) instead of localtime(...) for improved thread safety. [runtime/threadsafe_fn] [2]
Lint / Lint: src/App/Origin.cpp#L115
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
Lint / Lint: src/App/Origin.cpp#L120
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
Lint / Lint: src/App/Origin.cpp#L134
Storage-class specifier (static, extern, typedef, etc) should be at the beginning of the declaration. [build/storage_class] [5]
Lint / Lint: src/App/Origin.cpp#L151
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
Lint / Lint: src/App/Origin.cpp#L175
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
Lint / Lint: src/App/StringHasher.h#L337
Constructors callable with one argument should be marked explicit. [runtime/explicit] [5]
Lint / Lint: src/Base/Bitmask.h#L114
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]

Artifacts

Produced during runtime
Name Size
Lint-5059688656-Logs Expired
2.03 MB
Prepare-5059688656-Logs Expired
1.67 MB
Ubuntu_20-04-5059688656-Logs Expired
1.32 MB
Ubuntu_22-04-5059688656-Logs Expired
1.34 MB
Windows-5059688656-Logs Expired
13.7 MB