Linter error #43
Annotations
10 errors and 1 warning
swiftLint:
BuildTools/Package.swift#L8
Collection literals should not have trailing commas. (trailing_comma)
|
swiftLint:
PresentationLayer/Extensions/Common/Functions+Units.swift#L41
Function should have complexity 10 or less: currently complexity equals 12 (cyclomatic_complexity)
|
swiftLint:
PresentationLayer/Extensions/Domain Extensions/Common/NetworkErrorResponse+.swift#L102
Case statements should be indented within their enclosing switch statement. (switch_case_alignment)
|
swiftLint:
PresentationLayer/Extensions/Domain Extensions/Common/NetworkErrorResponse+.swift#L104
Case statements should be indented within their enclosing switch statement. (switch_case_alignment)
|
swiftLint:
PresentationLayer/Extensions/Domain Extensions/DeviceRewardsOverview+.swift#L207
Function should have complexity 10 or less: currently complexity equals 16 (cyclomatic_complexity)
|
swiftLint:
PresentationLayer/Extensions/Domain Extensions/DeviceRewardsOverview+.swift#L207
Function body should span 40 lines or less excluding comments and whitespace: currently spans 76 lines (function_body_length)
|
swiftLint:
PresentationLayer/UI Components/Modifiers/WXMPopover.swift#L26
A doc comment should be attached to a declaration. (orphaned_doc_comment)
|
swiftLint:
PresentationLayer/UI Components/Modifiers/WXMPopover.swift#L27
A doc comment should be attached to a declaration. (orphaned_doc_comment)
|
swiftLint:
PresentationLayer/UI Components/Base Components/Fail Success /FailSuccessStateObject.swift#L37
Line should be 180 characters or less: currently 277 characters (line_length)
|
swiftLint:
PresentationLayer/UI Components/Base Components/TabViewWrapper.swift#L8
A doc comment should be attached to a declaration. (orphaned_doc_comment)
|
swiftLint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|