Skip to content

Merge branch 'main' into annotation_dragging #79

Merge branch 'main' into annotation_dragging

Merge branch 'main' into annotation_dragging #79

Triggered via push December 6, 2023 13:53
Status Success
Total duration 1h 22m 15s
Artifacts 5

CI_master.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 46 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
Process completed with exit code 1.
WrapUp / WrapUp
$GITHUB_STEP_SUMMARY upload aborted, supports content up to a size of 1024k, got 9373k. For more information see: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-markdown-summary
Lint / Lint: src/Mod/Fem/App/FemMesh.cpp#L119
aNull ==> annul
Lint / Lint: src/Mod/Fem/App/FemMesh.cpp#L120
aNull ==> annul
Lint / Lint: src/Mod/Draft/DraftTools.py#L1
would reformat src/Mod/Draft/DraftTools.py
Lint / Lint: src/Mod/Draft/draftguitools/gui_draft2sketch.py#L1
would reformat src/Mod/Draft/draftguitools/gui_draft2sketch.py
Lint / Lint: src/Mod/Draft/draftguitools/gui_patharray.py#L1
would reformat src/Mod/Draft/draftguitools/gui_patharray.py
Lint / Lint: src/Mod/Draft/draftguitools/gui_pathtwistedarray.py#L1
would reformat src/Mod/Draft/draftguitools/gui_pathtwistedarray.py
Lint / Lint: src/Mod/Draft/draftguitools/gui_pointarray.py#L1
would reformat src/Mod/Draft/draftguitools/gui_pointarray.py
Lint / Lint: src/Mod/Draft/draftguitools/gui_togglemodes.py#L1
would reformat src/Mod/Draft/draftguitools/gui_togglemodes.py
Lint / Lint: src/Mod/Draft/draftutils/init_tools.py#L1
would reformat src/Mod/Draft/draftutils/init_tools.py
Lint / Lint: src/Mod/Draft/draftguitools/gui_groups.py#L1
would reformat src/Mod/Draft/draftguitools/gui_groups.py
Lint / Lint: src/Mod/Draft/draftguitools/gui_selectplane.py#L1
would reformat src/Mod/Draft/draftguitools/gui_selectplane.py
Lint / Lint: src/Mod/Fem/femobjects/mesh_gmsh.py#L1
would reformat src/Mod/Fem/femobjects/mesh_gmsh.py
Lint / Lint: src/Mod/Draft/DraftTools.py#L56
Use 'from draftguitools import gui_snapper' instead (consider-using-from-import)
Lint / Lint: src/Mod/Draft/DraftTools.py#L60
Statement seems to have no effect (pointless-statement)
Lint / Lint: src/Mod/Draft/DraftTools.py#L60
The if expression can be replaced with 'bool(test)' (simplifiable-if-expression)
Lint / Lint: src/Mod/Draft/DraftTools.py#L61
Statement seems to have no effect (pointless-statement)
Lint / Lint: src/Mod/Draft/DraftTools.py#L61
The if expression can be replaced with 'bool(test)' (simplifiable-if-expression)
Lint / Lint: src/Mod/Draft/DraftTools.py#L76
Import "import draftguitools.gui_edit" should be placed at the top of the module (wrong-import-position)
Lint / Lint: src/Mod/Draft/DraftTools.py#L77
Import "import draftguitools.gui_selectplane" should be placed at the top of the module (wrong-import-position)
Lint / Lint: src/Mod/Draft/DraftTools.py#L78
Import "import draftguitools.gui_setstyle" should be placed at the top of the module (wrong-import-position)
Lint / Lint: src/Mod/Draft/DraftTools.py#L79
Import "import draftguitools.gui_planeproxy" should be placed at the top of the module (wrong-import-position)
Lint / Lint: src/Mod/Draft/DraftTools.py#L80
Import "from draftguitools.gui_togglemodes import ToggleConstructionMode" should be placed at the top of the module (wrong-import-position)
Lint / Lint: src/Gui/Application.cpp#L2168
QObject::connect(&mainApp, SIGNAL(messageReceived(const QList<QByteArray> &)), <--Consider using Functor-Based Connections
Lint / Lint: src/Gui/Application.cpp#L2169
&mw, SLOT(processMessages(const QList<QByteArray> &))); <--Consider using Functor-Based Connections
Lint / Lint: src/Gui/Application.cpp#L2390
QTimer::singleShot(0, &mw, SLOT(delayedStartup())); <--Consider using Functor-Based Connections
Lint / Lint: src/App/Document.cpp#L1803
Consider using localtime_r(...) instead of localtime(...) for improved thread safety. [runtime/threadsafe_fn] [2]
Lint / Lint: src/Gui/MainWindow.cpp#L334
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
Lint / Lint: src/Gui/NavigationStyle.cpp#L65
Constructors callable with one argument should be marked explicit. [runtime/explicit] [5]
Lint / Lint: src/Mod/Sketcher/App/SketchObject.cpp#L4758
Small and focused functions are preferred: SketchObject::addSymmetric() has 538 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [1]
Lint / Lint: src/Mod/Sketcher/App/SketchObject.cpp#L8015
Small and focused functions are preferred: SketchObject::rebuildExternalGeometry() has 520 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [1]
Lint / Lint: src/Mod/Sketcher/Gui/CommandConstraints.cpp#L3505
Constructors callable with one argument should be marked explicit. [runtime/explicit] [5]
Lint / Lint: src/Mod/Sketcher/Gui/CommandSketcherTools.cpp#L1175
Never use sprintf. Use snprintf instead. [runtime/printf] [5]
Lint / Lint: src/Mod/Sketcher/Gui/CommandSketcherTools.cpp#L1751
Never use sprintf. Use snprintf instead. [runtime/printf] [5]
Lint / Lint: src/Mod/Sketcher/Gui/EditModeConstraintCoinManager.cpp#L1521
Small and focused functions are preferred: EditModeConstraintCoinManager::processConstraints() has 1192 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [2]
Lint / Lint: src/Mod/TechDraw/App/ShapeExtractor.cpp#L66
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
Lint / Lint: src/App/Document.cpp#L119
non-POD static (LogLevel) [-Wclazy-non-pod-global-static]
Lint / Lint
note: expanded from macro 'FC_LOG_LEVEL_INIT'
Lint / Lint
note: expanded from macro '_FC_LOG_LEVEL_INIT'
Lint / Lint: src/App/Document.cpp#L1094
non-POD static (DocExportStatus) [-Wclazy-non-pod-global-static]
Lint / Lint
fatal error: 'GuiInitScript.h' file not found
Lint / Lint
fatal error: 'ui_DemoMode.h' file not found
Lint / Lint
fatal error: 'ui_DlgPreferences.h' file not found
Lint / Lint
fatal error: 'ui_DlgProjectInformation.h' file not found
Lint / Lint: src/Gui/Document.cpp#L70
non-POD static (LogLevel) [-Wclazy-non-pod-global-static]
Lint / Lint
note: expanded from macro 'FC_LOG_LEVEL_INIT'
Lint / Lint: src/App/Document.cpp#L119
variable '_s_fclvl' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables]

Artifacts

Produced during runtime
Name Size
Lint-7115473728-Logs Expired
3.5 MB
Prepare-7115473728-Logs Expired
495 KB
Ubuntu_20-04-7115473728-Logs Expired
3.1 MB
Ubuntu_22-04-7115473728-Logs Expired
10.9 MB
Windows-7115473728-Logs Expired
20.8 MB