Skip to content

Gui: Add easing to navigation animations #63

Gui: Add easing to navigation animations

Gui: Add easing to navigation animations #63

Triggered via push February 13, 2024 18:16
Status Success
Total duration 2h 4m 23s
Artifacts 12

CI_master.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

14 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/AddonManager/addonmanager_utilities.py#L393
Using variable 'ssl' before assignment (used-before-assignment)
Lint / Lint: src/Mod/AddonManager/addonmanager_utilities.py#L394
Using variable 'urllib' before assignment (used-before-assignment)
Lint / Lint: src/Mod/Arch/ArchCommands.py#L305
The raise statement is not inside an except clause (misplaced-bare-raise)
Lint / Lint: src/Mod/Arch/ArchCommands.py#L310
The raise statement is not inside an except clause (misplaced-bare-raise)
Lint / Lint: src/Mod/Arch/ArchSite.py#L187
Using variable 'pysolar' before assignment (used-before-assignment)
Lint / Lint: src/Mod/Arch/ArchSite.py#L1094
Access to member 'diagramnode' before its definition line 1101 (access-member-before-definition)
Lint / Lint: src/Mod/Arch/ArchWindow.py#L586
Class 'ArchSketch' has no 'setPropertiesLinkCommon' member (no-member)
Lint / Lint: src/Mod/Arch/ArchWindow.py#L966
Module 'ArchSketchObject' has no 'updateAttachmentOffset' member (no-member)
Lint / Lint: src/Mod/Arch/importIFC.py#L59
Using variable 'open' before assignment (used-before-assignment)
Lint / Lint: src/Mod/Draft/DraftGui.py#L1602
Instance of 'DraftToolBar' has no 'ui' member (no-member)
WrapUp / WrapUp
$GITHUB_STEP_SUMMARY upload aborted, supports content up to a size of 1024k, got 1715k. For more information see: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-markdown-summary
Lint / Lint: src/Gui/DlgPreferencesImp.cpp#L930
wich ==> which
Lint / Lint: src/Gui/CommandLink.cpp#L200
} <-- trailing whitespace
Lint / Lint: src/Gui/Language/FreeCAD_ca.ts#L5868
<translation>%1. <-- trailing whitespace
Lint / Lint: src/Gui/Language/FreeCAD_ca.ts#L12716
<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#L1954
<translation>'%1'. <-- trailing whitespace
Lint / Lint: src/Gui/Language/FreeCAD_cs.ts#L3042
Zadaná hodnota je koeficient pro vynásobení velikosti <-- trailing whitespace
Lint / Lint: src/Gui/Language/FreeCAD_cs.ts#L3582
Pouze když je propojený dokument automaticky otevřen společně s hlavním <-- trailing whitespace
Lint / Lint: src/Gui/Language/FreeCAD_cs.ts#L3584
Čá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#L4811
<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#L8090
<translation>Některé výrazy se nepodařilo analyzovat. <-- trailing whitespace
Lint / Lint: src/Gui/Language/FreeCAD_cs.ts#L8859
<translation>Synchronizovat původní konfigurovatelný zdrojový objekt tím, <-- trailing whitespace
Lint / Lint: src/Gui/PreferencePages/DlgSettingsUI.py#L1
would reformat src/Gui/PreferencePages/DlgSettingsUI.py
Lint / Lint: src/Mod/AddonManager/addonmanager_connection_checker.py#L1
would reformat src/Mod/AddonManager/addonmanager_connection_checker.py
Lint / Lint: src/Mod/AddonManager/AddonManagerTest/app/test_utilities.py#L1
would reformat src/Mod/AddonManager/AddonManagerTest/app/test_utilities.py
Lint / Lint: src/Mod/AddonManager/addonmanager_workers_utility.py#L1
would reformat src/Mod/AddonManager/addonmanager_workers_utility.py
Lint / Lint: src/Mod/AddonManager/addonmanager_devmode_metadata_checker.py#L1
would reformat src/Mod/AddonManager/addonmanager_devmode_metadata_checker.py
Lint / Lint: src/Mod/Arch/ArchProject.py#L1
would reformat src/Mod/Arch/ArchProject.py
Lint / Lint: src/Mod/AddonManager/install_to_toolbar.py#L1
would reformat src/Mod/AddonManager/install_to_toolbar.py
Lint / Lint: src/Mod/AddonManager/addonmanager_utilities.py#L1
would reformat src/Mod/AddonManager/addonmanager_utilities.py
Lint / Lint: src/Mod/Arch/ArchRoof.py#L1
would reformat src/Mod/Arch/ArchRoof.py
Lint / Lint: src/Mod/Arch/ArchSite.py#L1
would reformat src/Mod/Arch/ArchSite.py
Lint / Lint: src/Gui/PreferencePages/DlgSettingsUI.py#L24
Multiple imports on one line (cog, sys) (multiple-imports)
Lint / Lint: src/Gui/PreferencePages/DlgSettingsUI.py#L30
Import "import params_utils" should be placed at the top of the module (wrong-import-position)
Lint / Lint: src/Gui/PreferencePages/DlgSettingsUI.py#L31
Import "from params_utils import auto_comment" should be placed at the top of the module (wrong-import-position)
Lint / Lint: src/Gui/PreferencePages/DlgSettingsUI.py#L35
Multiple imports on one line (OverlayParams, TreeParams) (multiple-imports)
Lint / Lint: src/Gui/PreferencePages/DlgSettingsUI.py#L35
Import "import OverlayParams, TreeParams" should be placed at the top of the module (wrong-import-position)
Lint / Lint: src/Gui/PreferencePages/DlgSettingsUI.py#L35
Import "import OverlayParams, TreeParams" should be placed at the top of the module (wrong-import-position)
Lint / Lint: src/Gui/PreferencePages/DlgSettingsUI.py#L24
Unused import cog (unused-import)
Lint / Lint: src/Gui/PreferencePages/DlgSettingsUI.py#L31
Unused auto_comment imported from params_utils (unused-import)
Lint / Lint: src/Mod/AddonManager/AddonManagerTest/app/test_utilities.py#L1
Missing module docstring (missing-module-docstring)
Lint / Lint: src/Mod/AddonManager/AddonManagerTest/app/test_utilities.py#L38
Missing class docstring (missing-class-docstring)
Lint / Lint: src/App/FeaturePythonPyImp.h#L44
Constructors callable with one argument should be marked explicit. [runtime/explicit] [5]
Lint / Lint: src/App/FeaturePythonPyImp.h#L56
Uncommented text after #endif is non-standard. Use a comment. [build/endif_comment] [5]
Lint / Lint: src/Base/PyObjectBase.cpp#L82
Unknown NOLINT error category: cppcoreguidelines-pro-type-reinterpret-cast [readability/nolint] [5]
Ubuntu_20-04 / Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pat-s/always-upload-cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Ubuntu_22-04_Conda / Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pat-s/always-upload-cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
MacOS_13_Conda_Intel / Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pat-s/always-upload-cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Windows_Conda / Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pat-s/always-upload-cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Windows / Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache/restore@v3, actions/cache/save@v3, pat-s/always-upload-cache@v3, microsoft/setup-msbuild@v1.3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
WrapUp / WrapUp
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: geekyeggo/delete-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Artifacts

Produced during runtime
Name Size
Lint-7890960073-Logs Expired
152 KB
Lint-7890960073-report.md Expired
151 KB
MacOS_13_Conda_Intel-7890960073-Logs Expired
40 KB
MacOS_13_Conda_Intel-7890960073-report.md Expired
529 Bytes
Prepare-7890960073-Logs Expired
209 KB
Prepare-7890960073-report.md Expired
1.96 KB
Ubuntu_20-04-7890960073-Logs Expired
182 KB
Ubuntu_20-04-7890960073-report.md Expired
3.31 KB
Ubuntu_22-04_Conda-7890960073-Logs Expired
237 KB
Ubuntu_22-04_Conda-7890960073-report.md Expired
3.78 KB
Windows-7890960073-Logs Expired
2.56 MB
Windows_Conda-7890960073-Logs Expired
2.26 MB