Skip to content

GitHub Support + Improvements #1

GitHub Support + Improvements

GitHub Support + Improvements #1

Triggered via pull request November 1, 2024 12:00
@StefKorsStefKors
synchronize #7
github
Status Failure
Total duration 43s
Artifacts

swiftlint.yml

on: pull_request
SwiftLint
34s
SwiftLint
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 8 warnings
SwiftLint: GitLab iOSTests/GitLab_iOSTests.swift#L11
Type Name Violation: Type name 'GitLab_iOSTests' should only contain alphanumeric and other allowed characters (type_name)
SwiftLint: GitLab iOSUITests/GitLab_iOSUITests.swift#L10
Type Name Violation: Type name 'GitLab_iOSUITests' should only contain alphanumeric and other allowed characters (type_name)
SwiftLint: GitLab iOSUITests/GitLab_iOSUITestsLaunchTests.swift#L10
Type Name Violation: Type name 'GitLab_iOSUITestsLaunchTests' should only contain alphanumeric and other allowed characters (type_name)
SwiftLint: GitLab iOS/GitLab_iOSApp.swift#L12
Type Name Violation: Type name 'GitLab_iOSApp' should only contain alphanumeric and other allowed characters (type_name)
SwiftLint: Shared/UserInterface/SwiftData/LaunchpadState.swift#L29
Operator Function Whitespace Violation: Operators should be surrounded by a single whitespace when defining them (operator_whitespace)
SwiftLint: Shared/UserInterface/Models/NetworkManagerGitLab.swift#L71
Orphaned Doc Comment Violation: A doc comment should be attached to a declaration (orphaned_doc_comment)
SwiftLint: GitLab/PopoverResize.swift#L126
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 12 (cyclomatic_complexity)
SwiftLint: GitLab/PopoverResize.swift#L159
No Fallthrough only Violation: Fallthroughs can only be used if the `case` contains at least one other statement (no_fallthrough_only)
SwiftLint: GitLab/PopoverResize.swift#L162
No Fallthrough only Violation: Fallthroughs can only be used if the `case` contains at least one other statement (no_fallthrough_only)
SwiftLint: GitLab/PopoverResize.swift#L189
No Fallthrough only Violation: Fallthroughs can only be used if the `case` contains at least one other statement (no_fallthrough_only)
SwiftLint: DesktopWidgetTool/LaunchPadWidget/WrappingHStack.swift#L119
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 55 lines (function_body_length)
SwiftLint: DesktopWidgetTool/LaunchPadWidget/WrappingHStack.swift#L113
Large Tuple Violation: Tuples should have at most 2 members (large_tuple)