Skip to content

Gui: expose various overlay UI options to preference pages #36

Gui: expose various overlay UI options to preference pages

Gui: expose various overlay UI options to preference pages #36

Triggered via push October 2, 2023 12:07
Status Success
Total duration 3h 10m 15s
Artifacts 5

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
Process completed with exit code 1.
Lint / Lint
Process completed with exit code 1.
Lint / Lint: src/Mod/Draft/importDXF.py#L936
bad operand type for unary -: NoneType (invalid-unary-operand-type)
Lint / Lint: src/Mod/Draft/importDXF.py#L1544
Unexpected keyword argument 'Degree' in function call (unexpected-keyword-arg)
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 3649k. For more information see: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-markdown-summary
Lint / Lint: src/Gui/TreeParams.py#L69
effecitve ==> effective
Lint / Lint: src/App/Resources/translations/App_hr.ts#L10
<translation>Pamti posljednji izbor korisnika o tome treba li primijeniti postavljanje CopyOnChange <-- trailing whitespace
Lint / Lint: src/App/Resources/translations/App_tr.ts#L10
<translation>Aynı yapılandırılabilir nesneye başvuran tüm bağlantılara CopyOnChange kurulumunun uygulanıp <-- trailing whitespace
Lint / Lint: src/Gui/Language/FreeCAD_ca.ts#L5771
<translation>%1. <-- trailing whitespace
Lint / Lint: src/Gui/Language/FreeCAD_ca.ts#L12422
<translation>Trieu la vostra preferència per a la mida de la icona de la barra d’eines. Podeu ajustar <-- trailing whitespace
Lint / Lint: src/Gui/Language/FreeCAD_cs.ts#L1944
<translation>'%1'. <-- trailing whitespace
Lint / Lint: src/Gui/Language/FreeCAD_cs.ts#L2982
Zadaná hodnota je koeficient pro vynásobení velikosti <-- trailing whitespace
Lint / Lint: src/Gui/Language/FreeCAD_cs.ts#L3507
Pouze když je propojený dokument automaticky otevřen společně s hlavním <-- trailing whitespace
Lint / Lint: src/Gui/Language/FreeCAD_cs.ts#L3509
Částečně načtený dokument nemůže být upravován. Plně jej načtete <-- trailing whitespace
Lint / Lint: src/Gui/Language/FreeCAD_cs.ts#L4701
<translation>Stiskem tlačítka "Začni obnovení" spustíte obnovení dokumentu uvedeného níže. <-- trailing whitespace
Lint / Lint: src/Gui/Language/FreeCAD_cs.ts#L7986
<translation>Některé výrazy se nepodařilo analyzovat. <-- trailing whitespace
Lint / Lint: src/Gui/PreferencePages/DlgSettingsUI.py#L1
would reformat src/Gui/PreferencePages/DlgSettingsUI.py
Lint / Lint: src/Gui/TreeParams.py#L1
would reformat src/Gui/TreeParams.py
Lint / Lint: src/Gui/OverlayParams.py#L1
would reformat src/Gui/OverlayParams.py
Lint / Lint: src/Mod/Draft/WorkingPlane.py#L1
would reformat src/Mod/Draft/WorkingPlane.py
Lint / Lint: src/Mod/Draft/draftobjects/shapestring.py#L1
would reformat src/Mod/Draft/draftobjects/shapestring.py
Lint / Lint: src/Mod/Draft/draftutils/groups.py#L1
would reformat src/Mod/Draft/draftutils/groups.py
Lint / Lint: src/Mod/Arch/ArchSectionPlane.py#L1
would reformat src/Mod/Arch/ArchSectionPlane.py
Lint / Lint: src/Mod/Draft/importDXF.py#L1
would reformat src/Mod/Draft/importDXF.py
Lint / Lint: src/Gui/OverlayParams.py#L98
Line too long (107/100) (line-too-long)
Lint / Lint: src/Gui/OverlayParams.py#L103
Line too long (134/100) (line-too-long)
Lint / Lint: src/Gui/OverlayParams.py#L105
Line too long (125/100) (line-too-long)
Lint / Lint: src/Gui/OverlayParams.py#L111
Line too long (104/100) (line-too-long)
Lint / Lint: src/Gui/OverlayParams.py#L113
Line too long (116/100) (line-too-long)
Lint / Lint: src/Gui/OverlayParams.py#L114
Line too long (121/100) (line-too-long)
Lint / Lint: src/Gui/OverlayParams.py#L117
Line too long (105/100) (line-too-long)
Lint / Lint: src/Gui/OverlayParams.py#L124
Line too long (104/100) (line-too-long)
Lint / Lint: src/Gui/OverlayParams.py#L128
Line too long (112/100) (line-too-long)
Lint / Lint: src/Gui/OverlayParams.py#L130
Line too long (114/100) (line-too-long)
Lint / Lint: src/Gui/Application.cpp#L2151
QObject::connect(&mainApp, SIGNAL(messageReceived(const QList<QByteArray> &)), <--Consider using Functor-Based Connections
Lint / Lint: src/Gui/Application.cpp#L2152
&mw, SLOT(processMessages(const QList<QByteArray> &))); <--Consider using Functor-Based Connections
Lint / Lint: src/Gui/Application.cpp#L2373
QTimer::singleShot(0, &mw, SLOT(delayedStartup())); <--Consider using Functor-Based Connections
Lint / Lint: src/Gui/Tree.cpp#L968
objitem->object()->setupContextMenu(&editMenu, this, SLOT(onStartEditing()));
Lint / Lint: src/App/Document.cpp#L1786
Consider using localtime_r(...) instead of localtime(...) for improved thread safety. [runtime/threadsafe_fn] [2]
Lint / Lint: src/Base/Matrix.h#L49
Unknown NOLINT error category: cppcoreguidelines-special-member-functions [readability/nolint] [5]
Lint / Lint: src/Base/MatrixPyImp.cpp#L291
Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
Lint / Lint: src/Base/MatrixPyImp.cpp#L336
Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
Lint / Lint: src/Base/MatrixPyImp.cpp#L531
Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
Lint / Lint: src/Base/MatrixPyImp.cpp#L561
Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
Lint / Lint: src/Base/MatrixPyImp.cpp#L591
Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
Lint / Lint: src/Gui/ComboView.h#L72
Constructors callable with one argument should be marked explicit. [runtime/explicit] [5]
Lint / Lint: src/Gui/MainWindow.cpp#L312
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
Lint / Lint: src/Gui/NaviCube.cpp#L351
Missing space around colon in range-based for loop [whitespace/forcolon] [2]

Artifacts

Produced during runtime
Name Size
Lint-6379848351-Logs Expired
3.47 MB
Prepare-6379848351-Logs Expired
1.39 MB
Ubuntu_20-04-6379848351-Logs Expired
1.38 MB
Ubuntu_22-04-6379848351-Logs Expired
1.38 MB
Windows-6379848351-Logs Expired
21 MB