Merge pull request #2000 from nextcloud/fix/noid/highlight-group-and-β¦ #3375
Annotations
10 warnings
GitHub Action for SwiftLint:
NextcloudTalk/FederationInvitationTableViewController.swift#L6
File Types Order Violation: An 'extension' should not be placed amongst the file type(s) 'main_type' (file_types_order)
|
GitHub Action for SwiftLint:
NextcloudTalk/FederationInvitationTableViewController.swift#L10
File Types Order Violation: An 'extension' should not be placed amongst the file type(s) 'main_type' (file_types_order)
|
GitHub Action for SwiftLint:
NextcloudTalk/FederationInvitationTableViewController.swift#L7
Identifier Name Violation: Variable name 'FederationInvitationDidAcceptNotification' should be between 0 and 40 characters long (identifier_name)
|
GitHub Action for SwiftLint:
NextcloudTalk/FederationInvitationTableViewController.swift#L11
Identifier Name Violation: Variable name 'FederationInvitationDidAcceptNotification' should be between 0 and 40 characters long (identifier_name)
|
GitHub Action for SwiftLint:
NextcloudTalk/FederationInvitationTableViewController.swift#L73
Todo Violation: TODOs should be resolved (For now the invitation endpoin...) (todo)
|
GitHub Action for SwiftLint:
NextcloudTalk/SignalingParticipant.swift#L27
Todo Violation: TODOs should be resolved (Support guest actors as well) (todo)
|
GitHub Action for SwiftLint:
NextcloudTalk/SettingsTableViewController.swift#L682
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 11 (cyclomatic_complexity)
|
GitHub Action for SwiftLint:
NextcloudTalk/SettingsTableViewController.swift#L129
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
GitHub Action for SwiftLint:
NextcloudTalk/BaseChatViewController.swift#L1962
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 13 (cyclomatic_complexity)
|
GitHub Action for SwiftLint:
NextcloudTalk/BaseChatViewController.swift#L3601
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 11 (cyclomatic_complexity)
|
Loading