Skip to content

Rework can leave delete conversation #3217

Rework can leave delete conversation

Rework can leave delete conversation #3217

Triggered via pull request January 2, 2025 15:49
Status Success
Total duration 2m 18s
Artifacts

swiftlint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
SwiftLint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
SwiftLint: NextcloudTalk/BaseChatViewController.swift#L1992
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 13 (cyclomatic_complexity)
SwiftLint: NextcloudTalk/BaseChatViewController.swift#L3636
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 11 (cyclomatic_complexity)
SwiftLint: NextcloudTalk/BaseChatViewController.swift#L1240
Todo Violation: TODOs should be resolved (Remove workaround for federate...) (todo)
SwiftLint: NextcloudTalk/BaseChatViewController.swift#L1257
Todo Violation: TODOs should be resolved (Remove workaround for federate...) (todo)
SwiftLint: NextcloudTalk/BaseChatViewController.swift#L2703
Todo Violation: TODOs should be resolved (There should be a better place...) (todo)
SwiftLint: NextcloudTalk/BaseChatViewController.swift#L3127
Todo Violation: TODOs should be resolved (Take padding into account) (todo)
SwiftLint: NextcloudTalk/BaseChatViewController.swift#L1814
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
SwiftLint: NextcloudTalk/ChatFileUploader.swift#L11
Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 7 (function_parameter_count)
SwiftLint: NextcloudTalk/PollResultsDetailsViewController.swift#L33
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: NextcloudTalk/ChatViewControllerExtension.swift#L9
Identifier Name Violation: Variable name 'NCChatViewControllerReplyPrivatelyNotification' should be between 0 and 40 characters long (identifier_name)