Skip to content

Add keyboard support to autocompletion #3391

Add keyboard support to autocompletion

Add keyboard support to autocompletion #3391

Triggered via pull request March 3, 2025 07:40
Status Success
Total duration 1m 3s
Artifacts

swiftlint.yml

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

Annotations

10 warnings
SwiftLint: NextcloudTalk/UIPageViewControllerExtension.swift#L9
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: NextcloudTalk/PollResultsDetailsViewController.swift#L33
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: NextcloudTalk/NCAPIControllerExtensions.swift#L366
Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 6 (function_parameter_count)
SwiftLint: NextcloudTalk/NCAPIControllerExtensions.swift#L44
Todo Violation: TODOs should be resolved (Move away from generic diction...) (todo)
SwiftLint: NextcloudTalk/RoomCreationTableViewController.swift#L244
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 13 (cyclomatic_complexity)
SwiftLint: NextcloudTalk/FederationInvitationTableViewController.swift#L6
File Types Order Violation: An 'extension' should not be placed amongst the file type(s) 'main_type' (file_types_order)
SwiftLint: NextcloudTalk/FederationInvitationTableViewController.swift#L10
File Types Order Violation: An 'extension' should not be placed amongst the file type(s) 'main_type' (file_types_order)
SwiftLint: NextcloudTalk/FederationInvitationTableViewController.swift#L7
Identifier Name Violation: Variable name 'FederationInvitationDidAcceptNotification' should be between 0 and 40 characters long (identifier_name)
SwiftLint: NextcloudTalk/FederationInvitationTableViewController.swift#L11
Identifier Name Violation: Variable name 'FederationInvitationDidAcceptNotification' should be between 0 and 40 characters long (identifier_name)
SwiftLint: NextcloudTalk/FederationInvitationTableViewController.swift#L73
Todo Violation: TODOs should be resolved (For now the invitation endpoin...) (todo)