Merge pull request #1955 from nextcloud/fix/noid/app-crash-when-app-t… #3270
Annotations
10 warnings
GitHub Action for SwiftLint:
NextcloudTalk/NCChatMessage.swift#L134
Todo Violation: TODOs should be resolved (Should probably be an optional...) (todo)
|
GitHub Action for SwiftLint:
NextcloudTalk/NCChatMessage.swift#L141
Todo Violation: TODOs should be resolved (Should probably be an optional...) (todo)
|
GitHub Action for SwiftLint:
NextcloudTalk/SignalingParticipant.swift#L27
Todo Violation: TODOs should be resolved (Support guest actors as well) (todo)
|
GitHub Action for SwiftLint:
NextcloudTalk/NCMediaViewerPageViewController.swift#L78
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
GitHub Action for SwiftLint:
NextcloudTalk/NCMediaViewerPageViewController.swift#L80
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
GitHub Action for SwiftLint:
NextcloudTalk/PollResultsDetailsViewController.swift#L33
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
GitHub Action for SwiftLint:
NextcloudTalk/UIControlExtensions.swift#L12
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
|
GitHub Action for SwiftLint:
NextcloudTalk/ChatViewController.swift#L1051
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
|
GitHub Action for SwiftLint:
NextcloudTalk/ChatViewController.swift#L1249
Todo Violation: TODOs should be resolved (Remove workaround for federate...) (todo)
|
GitHub Action for SwiftLint:
NextcloudTalk/ChatViewController.swift#L255
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
Loading