Skip to content

Updated space in dashed lines #53

Updated space in dashed lines

Updated space in dashed lines #53

Triggered via push February 19, 2024 19:30
Status Success
Total duration 1h 44m 21s
Artifacts 12

CI_master.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

15 errors and 42 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/Addon.py#L517
Access to member 'cached_icon_filename' before its definition line 544 (access-member-before-definition)
Lint / Lint: src/Mod/AddonManager/Addon.py#L518
Access to member 'cached_icon_filename' before its definition line 544 (access-member-before-definition)
Lint / Lint: src/Mod/AddonManager/NetworkManager.py#L291
Using variable 'app' before assignment (used-before-assignment)
Lint / Lint: src/Mod/AddonManager/addonmanager_macro.py#L146
Macro.blocking_get is not callable (not-callable)
Lint / Lint: src/Mod/AddonManager/addonmanager_macro.py#L207
Macro.blocking_get is not callable (not-callable)
Lint / Lint: src/Mod/AddonManager/addonmanager_macro.py#L244
Macro.blocking_get is not callable (not-callable)
Lint / Lint: src/Mod/AddonManager/addonmanager_macro.py#L365
Macro.blocking_get is not callable (not-callable)
Lint / Lint: src/Mod/AddonManager/addonmanager_macro.py#L416
Macro.blocking_get is not callable (not-callable)
Lint / Lint: src/Mod/AddonManager/addonmanager_utilities.py#L394
Using variable 'ssl' before assignment (used-before-assignment)
Lint / Lint: src/Mod/AddonManager/addonmanager_utilities.py#L395
Using variable 'urllib' before assignment (used-before-assignment)
Lint / Lint
Process completed with exit code 1.
WrapUp / WrapUp
$GITHUB_STEP_SUMMARY upload aborted, supports content up to a size of 1024k, got 1274k. For more information see: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-markdown-summary
Lint / Lint: src/Gui/Application.cpp#L227
mApp ==> map
Lint / Lint: src/Gui/Application.cpp#L244
mApp ==> map
Lint / Lint: src/Gui/Application.cpp#L248
mApp ==> map
Lint / Lint: src/Gui/Application.cpp#L256
mApp ==> map
Lint / Lint: src/Gui/Application.cpp#L275
mApp ==> map
Lint / Lint: src/Gui/Application.cpp#L276
mApp ==> map
Lint / Lint: src/Gui/Application.cpp#L403
mApp ==> map
Lint / Lint: src/Gui/Application.h#L53
mApp ==> map
Lint / Lint: src/Mod/Part/App/TopoShape.h#L1461
overriden ==> overridden
Lint / Lint: cMake/FindPyCXX.cmake#L121
#set old 6.2 pycxx compatibility <-- trailing whitespace
Lint / Lint: src/Gui/View3DInventorViewer.cpp#L3549
<-- trailing whitespace
Lint / Lint: src/Mod/AddonManager/NetworkManager.py#L1
would reformat src/Mod/AddonManager/NetworkManager.py
Lint / Lint: src/Mod/AddonManager/Widgets/addonmanager_widget_addon_buttons.py#L1
would reformat src/Mod/AddonManager/Widgets/addonmanager_widget_addon_buttons.py
Lint / Lint: src/Mod/AddonManager/AddonManagerTest/app/test_metadata.py#L1
would reformat src/Mod/AddonManager/AddonManagerTest/app/test_metadata.py
Lint / Lint: src/Mod/AddonManager/Addon.py#L1
would reformat src/Mod/AddonManager/Addon.py
Lint / Lint: src/Mod/AddonManager/Widgets/addonmanager_widget_global_buttons.py#L1
would reformat src/Mod/AddonManager/Widgets/addonmanager_widget_global_buttons.py
Lint / Lint: src/Mod/AddonManager/Widgets/addonmanager_widget_progress_bar.py#L1
would reformat src/Mod/AddonManager/Widgets/addonmanager_widget_progress_bar.py
Lint / Lint: src/Mod/AddonManager/AddonManager.py#L1
would reformat src/Mod/AddonManager/AddonManager.py
Lint / Lint: src/Mod/AddonManager/Widgets/addonmanager_widget_filter_selector.py#L1
would reformat src/Mod/AddonManager/Widgets/addonmanager_widget_filter_selector.py
Lint / Lint: src/Mod/AddonManager/Widgets/addonmanager_widget_search.py#L1
would reformat src/Mod/AddonManager/Widgets/addonmanager_widget_search.py
Lint / Lint: src/Mod/AddonManager/Widgets/addonmanager_widget_view_selector.py#L1
would reformat src/Mod/AddonManager/Widgets/addonmanager_widget_view_selector.py
Lint / Lint: src/Mod/AddonManager/Addon.py#L411
Line too long (152/100) (line-too-long)
Lint / Lint: src/Mod/AddonManager/Addon.py#L419
Line too long (158/100) (line-too-long)
Lint / Lint: src/Mod/AddonManager/Addon.py#L615
Line too long (117/100) (line-too-long)
Lint / Lint: src/Mod/AddonManager/Addon.py#L647
Unnecessary parens after 'not' keyword (superfluous-parens)
Lint / Lint: src/Mod/AddonManager/Addon.py#L68
Too many instance attributes (32/15) (too-many-instance-attributes)
Lint / Lint: src/Mod/AddonManager/Addon.py#L120
Too few public methods (0/1) (too-few-public-methods)
Lint / Lint: src/Mod/AddonManager/Addon.py#L224
Missing function or method docstring (missing-function-docstring)
Lint / Lint: src/Mod/AddonManager/Addon.py#L357
Too many branches (14/12) (too-many-branches)
Lint / Lint: src/Mod/AddonManager/Addon.py#L548
Too many branches (13/12) (too-many-branches)
Lint / Lint: src/Mod/AddonManager/Addon.py#L633
Missing function or method docstring (missing-function-docstring)
Lint / Lint: src/Gui/Application.cpp#L256
QObject::connect(&mApp, SIGNAL(messageReceived(const QList<QByteArray> &)), <--Consider using Functor-Based Connections
Lint / Lint: src/Gui/Application.cpp#L257
&mw, SLOT(processMessages(const QList<QByteArray> &))); <--Consider using Functor-Based Connections
Lint / Lint: src/Gui/Application.cpp#L2436
QTimer::singleShot(0, &mw, SLOT(delayedStartup())); <--Consider using Functor-Based Connections
Lint / Lint: src/Mod/Part/App/FaceMaker.cpp#L153
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
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/.
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/.
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/.
Windows / Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache/restore@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/.
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/.
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-7964393390-Logs Expired
118 KB
Lint-7964393390-report.md Expired
117 KB
MacOS_13_Conda_Intel-7964393390-Logs Expired
40.2 KB
MacOS_13_Conda_Intel-7964393390-report.md Expired
529 Bytes
Prepare-7964393390-Logs Expired
126 KB
Prepare-7964393390-report.md Expired
1.43 KB
Ubuntu_20-04-7964393390-Logs Expired
165 KB
Ubuntu_20-04-7964393390-report.md Expired
3.31 KB
Ubuntu_22-04_Conda-7964393390-Logs Expired
176 KB
Ubuntu_22-04_Conda-7964393390-report.md Expired
3.78 KB
Windows-7964393390-Logs Expired
1.96 MB
Windows_Conda-7964393390-Logs Expired
1.84 MB