Adjust silent send message #2924
Triggered via pull request
September 30, 2024 13:01
Status
Success
Total duration
6m 27s
Artifacts
–
Annotations
10 warnings
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/NCChatMessage.swift#L134
Todo Violation: TODOs should be resolved (Should probably be an optional...) (todo)
|
SwiftLint:
NextcloudTalk/NCChatMessage.swift#L141
Todo Violation: TODOs should be resolved (Should probably be an optional...) (todo)
|
SwiftLint:
NextcloudTalk/BaseChatTableViewCell.swift#L271
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
SwiftLint:
NextcloudTalk/BaseChatTableViewCell.swift#L275
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
SwiftLint:
NextcloudTalk/SignalingParticipant.swift#L27
Todo Violation: TODOs should be resolved (Support guest actors as well) (todo)
|
SwiftLint:
NextcloudTalk/DiagnosticsTableViewController.swift#L289
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 12 (cyclomatic_complexity)
|
SwiftLint:
NextcloudTalk/DiagnosticsTableViewController.swift#L506
Empty Count Violation: Prefer checking `isEmpty` over comparing `count` to zero (empty_count)
|