Merge pull request #1383 from nextcloud/ci-localizable #1896
Annotations
11 warnings
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/
|
GitHub Action for SwiftLint:
NextcloudTalk/SettingsTableViewController.swift#L702
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 12 (cyclomatic_complexity)
|
GitHub Action for SwiftLint:
NextcloudTalk/SettingsTableViewController.swift#L155
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
GitHub Action for SwiftLint:
NextcloudTalk/UserStatusMessageViewController.swift#L297
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 18 (cyclomatic_complexity)
|
GitHub Action for SwiftLint:
NextcloudTalk/BaseChatViewController.swift#L2357
Todo Violation: TODOs should be resolved (There should be a better place...) (todo)
|
GitHub Action for SwiftLint:
NextcloudTalk/BaseChatViewController.swift#L2749
Todo Violation: TODOs should be resolved (Take padding into account) (todo)
|
GitHub Action for SwiftLint:
NextcloudTalk/DiagnosticsTableViewController.swift#L304
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 11 (cyclomatic_complexity)
|
GitHub Action for SwiftLint:
NextcloudTalk/DiagnosticsTableViewController.swift#L580
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 19 (cyclomatic_complexity)
|
GitHub Action for SwiftLint:
NextcloudTalk/DiagnosticsTableViewController.swift#L517
Empty Count Violation: Prefer checking `isEmpty` over comparing `count` to zero (empty_count)
|
GitHub Action for SwiftLint:
NextcloudTalk/RoomAvatarInfoTableViewController.swift#L80
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
GitHub Action for SwiftLint:
NextcloudTalk/ChatViewController.swift#L935
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
|
The logs for this run have expired and are no longer available.
Loading