chore: Remove xcbeautify and rename the test file #3331
Annotations
10 warnings
SwiftLint:
NextcloudTalk/UIControlExtensions.swift#L12
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
|
SwiftLint:
NextcloudTalk/ChatViewController.swift#L1128
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
|
SwiftLint:
NextcloudTalk/ChatViewController.swift#L1326
Todo Violation: TODOs should be resolved (Remove workaround for federate...) (todo)
|
SwiftLint:
NextcloudTalk/UserStatusMessageSwiftUIView.swift#L257
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 18 (cyclomatic_complexity)
|
SwiftLint:
NextcloudTalk/UserStatusMessageSwiftUIView.swift#L66
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/UserStatusMessageSwiftUIView.swift#L87
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/SignalingParticipant.swift#L27
Todo Violation: TODOs should be resolved (Support guest actors as well) (todo)
|
SwiftLint:
NextcloudTalk/BaseChatViewController.swift#L1995
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 13 (cyclomatic_complexity)
|
SwiftLint:
NextcloudTalk/BaseChatViewController.swift#L3635
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 11 (cyclomatic_complexity)
|
SwiftLint:
NextcloudTalk/BaseChatViewController.swift#L1243
Todo Violation: TODOs should be resolved (Remove workaround for federate...) (todo)
|