Skip to content

Gui: fixes #10724: TaskView gets truncated #196

Gui: fixes #10724: TaskView gets truncated

Gui: fixes #10724: TaskView gets truncated #196

Triggered via push September 22, 2023 11:35
Status Success
Total duration 2h 13m 35s
Artifacts 5

CI_master.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

13 errors and 38 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/Arch/ArchWindow.py#L499
Instance of '_CommandWindow' has no 'W1' member (no-member)
Lint / Lint: src/Mod/Arch/ArchWindow.py#L591
Class 'ArchSketch' has no 'setPropertiesLinkCommon' member (no-member)
Lint / Lint: src/Mod/Arch/ArchWindow.py#L663
Instance of '_Window' has no 'Hosts' member (no-member)
Lint / Lint: src/Mod/Arch/ArchWindow.py#L962
Module 'ArchSketchObject' has no 'updateAttachmentOffset' member (no-member)
Lint / Lint: src/Mod/Assembly/UtilsAssembly.py#L200
Using variable 'closest_center_distance' before assignment (used-before-assignment)
Lint / Lint: src/Mod/Assembly/UtilsAssembly.py#L202
Using variable 'closest_center_index' before assignment (used-before-assignment)
Lint / Lint: src/Mod/Draft/draftgeoutils/geometry.py#L75
Value 'valid' is unsubscriptable (unsubscriptable-object)
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 1810k. For more information see: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-markdown-summary
Lint / Lint: src/Mod/Assembly/JointObject.py#L254
cordinate ==> coordinate
Lint / Lint: src/Gui/Language/FreeCAD_ca.ts#L5756
<translation>%1. <-- trailing whitespace
Lint / Lint: src/Gui/Language/FreeCAD_ca.ts#L12438
<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#L4686
<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#L7976
<translation>Některé výrazy se nepodařilo analyzovat. <-- trailing whitespace
Lint / Lint: src/Gui/Language/FreeCAD_cs.ts#L8750
<translation>Synchronizovat původní konfigurovatelný zdrojový objekt tím, <-- trailing whitespace
Lint / Lint: src/Gui/Language/FreeCAD_cs.ts#L8751
že se vytvoří nová kopie. Vemte v úvahu, že změny vykonané <-- trailing whitespace
Lint / Lint: src/Mod/Assembly/CommandCreateJoint.py#L1
would reformat src/Mod/Assembly/CommandCreateJoint.py
Lint / Lint: src/Mod/Assembly/CommandInsertLink.py#L1
would reformat src/Mod/Assembly/CommandInsertLink.py
Lint / Lint: src/Mod/Assembly/InitGui.py#L1
would reformat src/Mod/Assembly/InitGui.py
Lint / Lint: src/Mod/Assembly/JointObject.py#L1
would reformat src/Mod/Assembly/JointObject.py
Lint / Lint: src/Mod/Draft/DraftGeomUtils.py#L1
would reformat src/Mod/Draft/DraftGeomUtils.py
Lint / Lint: src/Mod/Draft/draftgeoutils/geometry.py#L1
would reformat src/Mod/Draft/draftgeoutils/geometry.py
Lint / Lint: src/Mod/Arch/ArchWindow.py#L1
would reformat src/Mod/Arch/ArchWindow.py
Lint / Lint: src/Mod/Arch/ArchWindow.py#L166
Line too long (137/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchWindow.py#L213
Line too long (102/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchWindow.py#L221
Line too long (119/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchWindow.py#L246
Line too long (117/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchWindow.py#L247
Line too long (108/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchWindow.py#L281
Line too long (138/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchWindow.py#L287
Line too long (122/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchWindow.py#L299
Line too long (109/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchWindow.py#L304
Line too long (102/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchWindow.py#L309
Line too long (122/100) (line-too-long)
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/App/PropertyContainer.h#L76
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
Lint / Lint: src/App/PropertyContainer.h#L77
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
Lint / Lint: src/Gui/NaviCube.cpp#L344
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
Lint / Lint: src/Mod/Part/App/Geometry.cpp#L281
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
Lint / Lint: src/Mod/Part/App/Geometry.cpp#L407
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
Lint / Lint: src/Mod/Part/App/Geometry.h#L144
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
Lint / Lint: src/Mod/Part/App/Geometry.h#L145
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
Lint / Lint: src/Mod/Part/App/Geometry.h#L233
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
Lint / Lint: src/Mod/Part/App/Geometry.h#L259
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]

Artifacts

Produced during runtime
Name Size
Lint-6273751338-Logs Expired
1.69 MB
Prepare-6273751338-Logs Expired
1.23 MB
Ubuntu_20-04-6273751338-Logs Expired
1.35 MB
Ubuntu_22-04-6273751338-Logs Expired
1.34 MB
Windows-6273751338-Logs Expired
20.6 MB