Skip to content

Inspection: apply clang format #486

Inspection: apply clang format

Inspection: apply clang format #486

Triggered via push September 2, 2023 05:42
Status Success
Total duration 1h 37m 4s
Artifacts 5
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

CI_master.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 42 warnings
Lint / Lint
Process completed with exit code 1.
Lint / Lint
Process completed with exit code 1.
Lint / Lint: src/Mod/AddonManager/Addon.py#L486
Access to member 'cached_icon_filename' before its definition line 513 (access-member-before-definition)
Lint / Lint: src/Mod/AddonManager/Addon.py#L487
Access to member 'cached_icon_filename' before its definition line 513 (access-member-before-definition)
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.
Lint / Lint: src/Gui/PreferencePages/DlgSettingsWorkbenchesImp.cpp#L41
'ui_DlgSettingsWorkbenches.h' file not found [clang-diagnostic-error]
WrapUp / WrapUp
$GITHUB_STEP_SUMMARY upload aborted, supports content up to a size of 1024k, got 1544k. For more information see: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-markdown-summary
Lint / Lint: src/Mod/Draft/draftguitools/gui_trackers.py#L782
<-- trailing whitespace
Lint / Lint: src/Mod/Assembly/Commands.py#L1
would reformat src/Mod/Assembly/Commands.py
Lint / Lint: src/Mod/Assembly/InitGui.py#L1
would reformat src/Mod/Assembly/InitGui.py
Lint / Lint: src/Mod/Draft/DraftGeomUtils.py#L1
would reformat src/Mod/Draft/DraftGeomUtils.py
Lint / Lint: src/Mod/AddonManager/Addon.py#L1
would reformat src/Mod/AddonManager/Addon.py
Lint / Lint: src/Mod/Draft/draftguitools/gui_mirror.py#L1
would reformat src/Mod/Draft/draftguitools/gui_mirror.py
Lint / Lint: src/Mod/Draft/draftgeoutils/geometry.py#L1
would reformat src/Mod/Draft/draftgeoutils/geometry.py
Lint / Lint: src/Mod/Inspection/InitGui.py#L1
would reformat src/Mod/Inspection/InitGui.py
Lint / Lint: src/Mod/Start/StartPage/StartPage.py#L1
would reformat src/Mod/Start/StartPage/StartPage.py
Lint / Lint: src/Mod/Draft/draftguitools/gui_trackers.py#L1
would reformat src/Mod/Draft/draftguitools/gui_trackers.py
Lint / Lint: src/Mod/AddonManager/Addon.py#L380
Line too long (152/100) (line-too-long)
Lint / Lint: src/Mod/AddonManager/Addon.py#L388
Line too long (158/100) (line-too-long)
Lint / Lint: src/Mod/AddonManager/Addon.py#L584
Line too long (117/100) (line-too-long)
Lint / Lint: src/Mod/AddonManager/Addon.py#L616
Unnecessary parens after 'not' keyword (superfluous-parens)
Lint / Lint: src/Mod/AddonManager/Addon.py#L65
Too many instance attributes (29/15) (too-many-instance-attributes)
Lint / Lint: src/Mod/AddonManager/Addon.py#L117
Too few public methods (0/1) (too-few-public-methods)
Lint / Lint: src/Mod/AddonManager/Addon.py#L326
Too many branches (14/12) (too-many-branches)
Lint / Lint: src/Mod/AddonManager/Addon.py#L517
Too many branches (13/12) (too-many-branches)
Lint / Lint: src/Mod/AddonManager/Addon.py#L602
Missing function or method docstring (missing-function-docstring)
Lint / Lint: src/Mod/AddonManager/Addon.py#L608
Missing function or method docstring (missing-function-docstring)
Lint / Lint: src/Mod/Part/App/TopoShape.cpp#L1993
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
Lint / Lint: src/Mod/Sketcher/Gui/CommandConstraints.cpp#L1152
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
Lint / Lint: src/Gui/Command.cpp#L70
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
fatal error: 'ui_DlgSettingsWorkbenches.h' file not found
Lint / Lint
fatal error: 'ui_VisualInspection.h' file not found
Lint / Lint: src/Mod/Part/App/TopoShape.cpp#L194
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/Mod/Part/App/TopoShape.cpp#L441
non-POD static (array) [-Wclazy-non-pod-global-static]
Lint / Lint
non-POD static (SymbolExpr) [-Wclazy-non-pod-global-static]
Lint / Lint: src/App/PropertyGeo.h#L47
declaration 'Feature' is never referenced, but a declaration with the same name found in another namespace 'Points' [bugprone-forward-declaration-namespace]
Lint / Lint
note: a declaration of 'Feature' is found here
Lint / Lint: src/App/PropertyGeo.h#L47
no definition found for 'Feature', but a definition with the same name 'Feature' found in another namespace 'Inspection' [bugprone-forward-declaration-namespace]
Lint / Lint
note: a definition of 'Feature' is found here
Lint / Lint: src/App/PropertyGeo.h#L47
no definition found for 'Feature', but a definition with the same name 'Feature' found in another namespace 'Points' [bugprone-forward-declaration-namespace]
Lint / Lint
note: a definition of 'Feature' is found here
Lint / Lint: src/App/PropertyStandard.h#L51
class 'PropertyInteger' defines a non-default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator [cppcoreguidelines-special-member-functions]
Lint / Lint: src/App/PropertyStandard.h#L53
variable 'classTypeId' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables]
Lint / Lint
note: expanded from macro 'TYPESYSTEM_HEADER_WITH_OVERRIDE'
Lint / Lint: src/App/PropertyStandard.h#L69
all parameters should be named in a function [readability-named-parameter]

Artifacts

Produced during runtime
Name Size
Lint-6056650061-Logs Expired
1.44 MB
Prepare-6056650061-Logs Expired
781 KB
Ubuntu_20-04-6056650061-Logs Expired
1.35 MB
Ubuntu_22-04-6056650061-Logs Expired
1.33 MB
Windows-6056650061-Logs Expired
12.6 MB