Skip to content

Try to forceReconnect on 404 when joining call #2817

Try to forceReconnect on 404 when joining call

Try to forceReconnect on 404 when joining call #2817

Triggered via pull request August 22, 2024 15:41
Status Success
Total duration 26m 31s
Artifacts

swiftlint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/BaseChatTableViewCell.swift#L266
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
SwiftLint: NextcloudTalk/BaseChatTableViewCell.swift#L270
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
SwiftLint: NextcloudTalk/ContactsSearchResultTableViewContoller.swift#L48
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
SwiftLint: NextcloudTalk/ContactsSearchResultTableViewContoller.swift#L48
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
SwiftLint: NextcloudTalk/ContactsSearchResultTableViewContoller.swift#L54
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
SwiftLint: NextcloudTalk/ContactsSearchResultTableViewContoller.swift#L54
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
SwiftLint: NextcloudTalk/SignalingSettings.swift#L58
Todo Violation: TODOs should be resolved (Add index.php here to be safe?) (todo)
SwiftLint: NextcloudTalk/UserProfileTableViewController.swift#L264
Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 6 (function_parameter_count)
SwiftLint: NextcloudTalk/ChatViewController.swift#L983
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)