Skip to content

Improve shared item list #2032

Improve shared item list

Improve shared item list #2032

Triggered via pull request December 3, 2023 16:58
Status Success
Total duration 1m 2s
Artifacts

swiftlint.yml

on: pull_request
SwiftLint
54s
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/RoomAvatarInfoTableViewController.swift#L80
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
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/ChatViewControllerExtension.swift#L25
Identifier Name Violation: Variable name 'NCChatViewControllerReplyPrivatelyNotification' should be between 0 and 40 characters long (identifier_name)
SwiftLint: NextcloudTalk/ChatViewControllerExtension.swift#L27
Identifier Name Violation: Variable name 'NCChatViewControllerTalkToUserNotification' should be between 0 and 40 characters long (identifier_name)
SwiftLint: NextcloudTalk/ChatViewControllerExtension.swift#L31
Identifier Name Violation: Variable name 'NCChatViewControllerReplyPrivatelyNotification' should be between 0 and 40 characters long (identifier_name)
SwiftLint: NextcloudTalk/ChatViewControllerExtension.swift#L33
Identifier Name Violation: Variable name 'NCChatViewControllerTalkToUserNotification' should be between 0 and 40 characters long (identifier_name)
SwiftLint: NextcloudTalk/UserStatusMessageSwiftUIView.swift#L304
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 18 (cyclomatic_complexity)
SwiftLint: NextcloudTalk/UserStatusMessageSwiftUIView.swift#L98
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/UserStatusMessageSwiftUIView.swift#L117
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)