Test install nextcloud directly #1883
Annotations
11 warnings
SwiftLint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
SwiftLint:
NextcloudTalk/RoomAvatarInfoTableViewController.swift#L80
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
SwiftLint:
NextcloudTalk/SettingsTableViewController.swift#L702
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 12 (cyclomatic_complexity)
|
SwiftLint:
NextcloudTalk/SettingsTableViewController.swift#L155
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
SwiftLint:
NextcloudTalk/UserStatusMessageViewController.swift#L297
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 18 (cyclomatic_complexity)
|
SwiftLint:
NextcloudTalk/UIControlExtensions.swift#L28
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
|
SwiftLint:
NextcloudTalk/ChatViewController.swift#L930
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
|
SwiftLint:
NextcloudTalk/ChatViewController.swift#L1615
Identifier Name Violation: Variable name 'NCChatViewControllerReplyPrivatelyNotification' should be between 0 and 40 characters long (identifier_name)
|
SwiftLint:
NextcloudTalk/ChatViewController.swift#L1617
Identifier Name Violation: Variable name 'NCChatViewControllerTalkToUserNotification' should be between 0 and 40 characters long (identifier_name)
|
SwiftLint:
NextcloudTalk/ChatViewController.swift#L1621
Identifier Name Violation: Variable name 'NCChatViewControllerReplyPrivatelyNotification' should be between 0 and 40 characters long (identifier_name)
|
SwiftLint:
NextcloudTalk/ChatViewController.swift#L1623
Identifier Name Violation: Variable name 'NCChatViewControllerTalkToUserNotification' should be between 0 and 40 characters long (identifier_name)
|