Skip to content

test

test #3307

Triggered via pull request February 1, 2025 11:23
@SystemKeeperSystemKeeper
synchronize #1967
test-ci
Status Success
Total duration 58s
Artifacts

swiftlint.yml

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

Annotations

10 warnings
SwiftLint: NextcloudTalkTests/UI/Helpers.swift#L97
Todo Violation: TODOs should be resolved (Find a better way to reliable ...) (todo)
SwiftLint: NextcloudTalkTests/Integration/Helpers.swift#L12
Todo Violation: TODOs should be resolved (This should probably be part o...) (todo)
SwiftLint: NextcloudTalk/PollDraftsViewController.swift#L9
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
SwiftLint: NextcloudTalk/ChatFileUploader.swift#L11
Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 7 (function_parameter_count)
SwiftLint: NextcloudTalk/ExpandedVoiceMessageRecordingView.swift#L84
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
SwiftLint: NextcloudTalk/ExpandedVoiceMessageRecordingView.swift#L92
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
SwiftLint: NextcloudTalk/PollResultsDetailsViewController.swift#L33
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: NextcloudTalk/DiagnosticsTableViewController.swift#L308
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 12 (cyclomatic_complexity)
SwiftLint: NextcloudTalk/DiagnosticsTableViewController.swift#L530
Empty Count Violation: Prefer checking `isEmpty` over comparing `count` to zero (empty_count)
SwiftLint: NextcloudTalk/DiagnosticsTableViewController.swift#L156
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)