Skip to content

Add background processing #2061

Add background processing

Add background processing #2061

Triggered via pull request December 9, 2023 19:36
Status Success
Total duration 53s
Artifacts

swiftlint.yml

on: pull_request
SwiftLint
44s
SwiftLint
Fit to window
Zoom out
Zoom in

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/UIControlExtensions.swift#L28
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
SwiftLint: NextcloudTalk/UserStatusOptionsSwiftUI.swift#L39
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)
SwiftLint: NextcloudTalk/UserStatusSwiftUIView.swift#L72
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)
SwiftLint: NextcloudTalk/DiagnosticsTableViewController.swift#L304
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 11 (cyclomatic_complexity)
SwiftLint: NextcloudTalk/DiagnosticsTableViewController.swift#L580
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 19 (cyclomatic_complexity)
SwiftLint: NextcloudTalk/DiagnosticsTableViewController.swift#L517
Empty Count Violation: Prefer checking `isEmpty` over comparing `count` to zero (empty_count)
SwiftLint: NextcloudTalk/RoomAvatarInfoTableViewController.swift#L95
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
SwiftLint: NextcloudTalk/ChatViewController.swift#L954
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/BaseChatViewController.swift#L2359
Todo Violation: TODOs should be resolved (There should be a better place...) (todo)
SwiftLint: NextcloudTalk/BaseChatViewController.swift#L2757
Todo Violation: TODOs should be resolved (Take padding into account) (todo)