Merge pull request #1809 from nextcloud/frequent-emoji-usage #2905
Annotations
10 warnings
GitHub Action for SwiftLint:
NextcloudTalk/NCChatMessage.swift#L134
Todo Violation: TODOs should be resolved (Should probably be an optional...) (todo)
|
GitHub Action for SwiftLint:
NextcloudTalk/NCChatMessage.swift#L141
Todo Violation: TODOs should be resolved (Should probably be an optional...) (todo)
|
GitHub Action for SwiftLint:
NextcloudTalk/UserStatusSwiftUIView.swift#L9
Duplicate Imports Violation: Imports should be unique (duplicate_imports)
|
GitHub Action for SwiftLint:
NextcloudTalk/UserStatusSwiftUIView.swift#L15
File Types Order Violation: A 'main_type' should not be placed amongst the file type(s) 'supporting_type' (file_types_order)
|
GitHub Action for SwiftLint:
NextcloudTalk/UserStatusSwiftUIView.swift#L56
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)
|
GitHub Action for SwiftLint:
NextcloudTalk/FederationInvitationTableViewController.swift#L65
Todo Violation: TODOs should be resolved (For now the invitation endpoin...) (todo)
|
GitHub Action for SwiftLint:
NextcloudTalk/DiagnosticsTableViewController.swift#L289
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 12 (cyclomatic_complexity)
|
GitHub Action for SwiftLint:
NextcloudTalk/DiagnosticsTableViewController.swift#L506
Empty Count Violation: Prefer checking `isEmpty` over comparing `count` to zero (empty_count)
|
GitHub Action for SwiftLint:
NextcloudTalk/SettingsTableViewController.swift#L690
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 12 (cyclomatic_complexity)
|
GitHub Action for SwiftLint:
NextcloudTalk/SettingsTableViewController.swift#L144
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
Loading