Skip to content

Team mention support #3329

Team mention support

Team mention support #3329

Triggered via pull request February 9, 2025 14:39
Status Success
Total duration 1m 5s
Artifacts

swiftlint.yml

on: pull_request
SwiftLint
55s
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/UI/UIRoomTest.swift#L193
Todo Violation: TODOs should be resolved (Should change the lib to have ...) (todo)
SwiftLint: NextcloudTalkTests/Integration/Helpers.swift#L12
Todo Violation: TODOs should be resolved (This should probably be part o...) (todo)
SwiftLint: NextcloudTalk/FilePreviewImageView.swift#L9
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
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/SettingsTableViewController.swift#L682
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 11 (cyclomatic_complexity)
SwiftLint: NextcloudTalk/SettingsTableViewController.swift#L129
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
SwiftLint: NextcloudTalk/BlurHashDecode.swift#L9
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 11 (cyclomatic_complexity)
SwiftLint: NextcloudTalk/BlurHashDecode.swift#L21
Large Tuple Violation: Tuples should have at most 2 members (large_tuple)
SwiftLint: NextcloudTalk/BlurHashDecode.swift#L74
Large Tuple Violation: Tuples should have at most 2 members (large_tuple)