Skip to content

User status message setting fixes #2930

User status message setting fixes

User status message setting fixes #2930

Triggered via pull request October 1, 2024 12:09
Status Success
Total duration 1m 5s
Artifacts

swiftlint.yml

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

Annotations

10 warnings
SwiftLint: NextcloudTalk/FilePreviewImageView.swift#L9
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: NextcloudTalk/UIControlExtensions.swift#L12
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
SwiftLint: NextcloudTalk/RoomTableViewCell.swift#L84
Todo Violation: TODOs should be resolved (Should this be in layoutSubvie...) (todo)
SwiftLint: NextcloudTalk/SignalingParticipant.swift#L27
Todo Violation: TODOs should be resolved (Support guest actors as well) (todo)
SwiftLint: NextcloudTalk/DiagnosticsTableViewController.swift#L289
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 12 (cyclomatic_complexity)
SwiftLint: NextcloudTalk/DiagnosticsTableViewController.swift#L506
Empty Count Violation: Prefer checking `isEmpty` over comparing `count` to zero (empty_count)
SwiftLint: NextcloudTalk/UserStatusOptionsSwiftUI.swift#L23
Multiple Closures with Trailing Closure Violation: Trailing closure syntax should not be used when passing more than one closure argument (multiple_closures_with_trailing_closure)
SwiftLint: NextcloudTalk/BaseChatViewController.swift#L3347
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 11 (cyclomatic_complexity)
SwiftLint: NextcloudTalk/BaseChatViewController.swift#L1150
Todo Violation: TODOs should be resolved (Remove workaround for federate...) (todo)
SwiftLint: NextcloudTalk/BaseChatViewController.swift#L1167
Todo Violation: TODOs should be resolved (Remove workaround for federate...) (todo)