Skip to content

chore: Migration of RoomsTableViewController to swift #4631

chore: Migration of RoomsTableViewController to swift

chore: Migration of RoomsTableViewController to swift #4631

Triggered via pull request June 16, 2026 14:15
Status Success
Total duration 4m 26s
Artifacts

swiftlint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
SwiftLint: NextcloudTalk/Settings/UserStatusSwiftUIView.swift#L15
File Types Order Violation: A 'main_type' should not be placed amongst the file type(s) 'supporting_type' (file_types_order)
SwiftLint: NextcloudTalk/Settings/UserStatusSwiftUIView.swift#L9
Duplicate Imports Violation: Imports should be unique (duplicate_imports)
SwiftLint: NextcloudTalk/Settings/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/Settings/SettingsTableViewController.swift#L117
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
SwiftLint: NextcloudTalk/Settings/SettingsTableViewController.swift#L667
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 11 (cyclomatic_complexity)
SwiftLint: NotificationServiceExtension/NotificationService.swift#L115
Todo Violation: TODOs should be resolved (Can we just use the managed ob...) (todo)
SwiftLint: NotificationServiceExtension/NotificationService.swift#L16
Todo Violation: TODOs should be resolved (We should share this for all e...) (todo)
SwiftLint: NextcloudTalkTests/UI/UIRoomTest.swift#L313
Todo Violation: TODOs should be resolved (Should change the lib to have ...) (todo)
SwiftLint: NextcloudTalkTests/Integration/IntegrationRoomTest.swift#L304
Todo Violation: TODOs should be resolved (Check for lastMessage does not...) (todo)
SwiftLint: NextcloudTalkTests/Integration/XCTestCaseExtensions.swift#L16
Todo Violation: TODOs should be resolved (This should probably be part o...) (todo)