Merge pull request #2656 from nextcloud/chore/noid/move-to-scenedelegate #4914
Annotations
10 warnings
|
SwiftLint:
NextcloudTalk/AppDelegate.swift#L489
Prefer For-Where Violation: `where` clauses are preferred over a single `if` inside a `for` (for_where)
|
|
SwiftLint:
NextcloudTalk/AppDelegate.swift#L134
Empty Count Violation: Prefer checking `isEmpty` over comparing `count` to zero (empty_count)
|
|
SwiftLint:
NextcloudTalk/AppDelegate.swift#L128
Empty Count Violation: Prefer checking `isEmpty` over comparing `count` to zero (empty_count)
|
|
SwiftLint:
TalkIntents/SetStatusMessageIntent.swift#L76
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:
ShareExtension/ShareConfirmationViewController.swift#L598
Todo Violation: TODOs should be resolved (This has no effect on ShareExt...) (todo)
|
|
SwiftLint:
TalkIntents/SendTalkMessageIntent.swift#L21
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/XCTestCaseExtensions.swift#L16
Todo Violation: TODOs should be resolved (This should probably be part o...) (todo)
|
|
SwiftLint:
NextcloudTalkTests/Integration/IntegrationRoomTest.swift#L304
Todo Violation: TODOs should be resolved (Check for lastMessage does not...) (todo)
|