Fix(l10n): Update translations from Transifex #3162
Annotations
10 warnings
SwiftLint:
NextcloudTalk/RoomAvatarInfoTableViewController.swift#L79
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
SwiftLint:
NextcloudTalk/ChatViewController.swift#L1090
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#L219
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 13 (cyclomatic_complexity)
|
SwiftLint:
NextcloudTalk/ChatViewController.swift#L1289
Todo Violation: TODOs should be resolved (Remove workaround for federate...) (todo)
|
SwiftLint:
NextcloudTalk/ChatViewController.swift#L296
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
NextcloudTalk/BaseChatViewController.swift#L1924
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 13 (cyclomatic_complexity)
|
SwiftLint:
NextcloudTalk/BaseChatViewController.swift#L1100
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 11 (cyclomatic_complexity)
|
SwiftLint:
NextcloudTalk/BaseChatViewController.swift#L3570
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 11 (cyclomatic_complexity)
|
SwiftLint:
NextcloudTalk/BaseChatViewController.swift#L1199
Todo Violation: TODOs should be resolved (Remove workaround for federate...) (todo)
|
SwiftLint:
NextcloudTalk/BaseChatViewController.swift#L1216
Todo Violation: TODOs should be resolved (Remove workaround for federate...) (todo)
|