Skip to content

Add support for archived conversations #2903

Add support for archived conversations

Add support for archived conversations #2903

Triggered via pull request September 20, 2024 10:49
Status Success
Total duration 1m 23s
Artifacts

swiftlint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
SwiftLint: NextcloudTalkTests/Integration/Helpers.swift#L12
Todo Violation: TODOs should be resolved (This should probably be part o...) (todo)
SwiftLint: NextcloudTalkTests/UI/Helpers.swift#L102
Todo Violation: TODOs should be resolved (Find a better way to reliable ...) (todo)
SwiftLint: ShareExtension/ShareConfirmationViewController.swift#L558
Todo Violation: TODOs should be resolved (This has no effect on ShareExt...) (todo)
SwiftLint: ShareExtension/ShareConfirmationViewController.swift#L610
Todo Violation: TODOs should be resolved (Do error reporting per item) (todo)
SwiftLint: NextcloudTalk/NCAPIControllerExtensions.swift#L285
Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 6 (function_parameter_count)
SwiftLint: NextcloudTalk/NCAPIControllerExtensions.swift#L32
Todo Violation: TODOs should be resolved (Move away from generic diction...) (todo)
SwiftLint: NextcloudTalk/UserStatusOptionsSwiftUI.swift#L23
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/NewRoomTableViewController.swift#L147
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
SwiftLint: NextcloudTalk/NewRoomTableViewController.swift#L147
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
SwiftLint: NextcloudTalk/UserStatusSwiftUIView.swift#L9
Duplicate Imports Violation: Imports should be unique (duplicate_imports)