Skip to content

Merge pull request #2703 from nextcloud/fix/noid/non-recoverable-errors #5016

Merge pull request #2703 from nextcloud/fix/noid/non-recoverable-errors

Merge pull request #2703 from nextcloud/fix/noid/non-recoverable-errors #5016

Triggered via push September 10, 2026 10:53
Status Success
Total duration 48m 42s
Artifacts

swiftlint.yml

on: push
SwiftLint
33s
SwiftLint
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
SwiftLint: NextcloudTalk/AppDelegate.swift#L128
Empty Count Violation: Prefer checking `isEmpty` over comparing `count` to zero (empty_count)
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: TalkIntents/SendTalkMessageIntent.swift#L21
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
SwiftLint: TalkIntents/SetStatusIntent.swift#L55
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
SwiftLint: TalkIntents/AccountEntity.swift#L24
Todo Violation: TODOs should be resolved (Modernization - This uses the ...) (todo)
SwiftLint: TalkIntents/SetStatusMessageIntent.swift#L76
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
SwiftLint: TalkIntents/ClearStatusMessageIntent.swift#L16
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
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)