Skip to content

Add keyboard support to autocompletion #3389

Add keyboard support to autocompletion

Add keyboard support to autocompletion #3389

Triggered via pull request March 2, 2025 20:53
Status Success
Total duration 54s
Artifacts

swiftlint.yml

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

Annotations

10 warnings
SwiftLint: NextcloudTalk/NCChatMessage.swift#L153
Todo Violation: TODOs should be resolved (Should probably be an optional...) (todo)
SwiftLint: NextcloudTalk/NCChatMessage.swift#L160
Todo Violation: TODOs should be resolved (Should probably be an optional...) (todo)
SwiftLint: NextcloudTalk/NCChatMessage.swift#L182
Todo Violation: TODOs should be resolved (Could use mentionMessageParame...) (todo)
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)
SwiftLint: NextcloudTalk/BaseChatTableViewCell.swift#L294
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
SwiftLint: NextcloudTalk/BaseChatTableViewCell.swift#L298
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
SwiftLint: NextcloudTalk/UIPageViewControllerExtension.swift#L9
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: NextcloudTalk/NCRoomsManagerExtensions.swift#L12
Identifier Name Violation: Variable name 'statusCodeShouldIgnoreAttemptButJoinedSuccessfully' should be between 0 and 40 characters long (identifier_name)