Merge pull request #1942 from nextcloud/fix-login-test #3240
Annotations
10 warnings
SwiftLint:
NextcloudTalk/ExpandedVoiceMessageRecordingView.swift#L84
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
|
SwiftLint:
NextcloudTalk/ExpandedVoiceMessageRecordingView.swift#L92
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
|
SwiftLint:
NextcloudTalk/UIPageViewControllerExtension.swift#L9
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
NextcloudTalk/NCMediaViewerPageViewController.swift#L78
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
NextcloudTalk/NCMediaViewerPageViewController.swift#L80
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
NextcloudTalk/SettingsTableViewController.swift#L682
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 11 (cyclomatic_complexity)
|
SwiftLint:
NextcloudTalk/SettingsTableViewController.swift#L129
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
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)
|
SwiftLint:
NextcloudTalk/ChatViewController.swift#L1249
Todo Violation: TODOs should be resolved (Remove workaround for federate...) (todo)
|
SwiftLint:
NextcloudTalk/ChatViewController.swift#L255
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|