Merge pull request #2675 from nextcloud/fix/noid/avatar-crash #4954
Annotations
10 warnings
|
SwiftLint:
NextcloudTalk/Federation/FederationInvitationTableViewController.swift#L65
Todo Violation: TODOs should be resolved (For now the invitation endpoin...) (todo)
|
|
SwiftLint:
NextcloudTalk/Federation/FederationInvitationTableViewController.swift#L11
Identifier Name Violation: Variable name 'FederationInvitationDidAcceptNotification' should be between 0 and 40 characters long (identifier_name)
|
|
SwiftLint:
NextcloudTalk/Federation/FederationInvitationTableViewController.swift#L7
Identifier Name Violation: Variable name 'FederationInvitationDidAcceptNotification' should be between 0 and 40 characters long (identifier_name)
|
|
SwiftLint:
NextcloudTalk/AppDelegate.swift#L378
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
|
|
SwiftLint:
NextcloudTalk/AppDelegate.swift#L292
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
|
|
SwiftLint:
NextcloudTalk/AppDelegate.swift#L173
Todo Violation: TODOs should be resolved (Modernization - Consider adopt...) (todo)
|
|
SwiftLint:
NextcloudTalk/AppDelegate.swift#L497
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:
ShareExtension/ShareConfirmationViewController.swift#L805
Todo Violation: TODOs should be resolved (This has no effect on ShareExt...) (todo)
|