Version 5.5.5 (#3033) #1
Annotations
10 warnings
Lint:
iOSClient/Notification/NCNotification.swift#L350
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
Lint:
iOSClient/Viewer/NCViewerPDF/NCViewerPDFSearch.swift#L160
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
Lint:
iOSClient/Viewer/NCViewerMedia/NCViewerMedia.swift#L278
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
|
Lint:
iOSClient/Viewer/NCViewerMedia/NCPlayer/NCPlayerToolBar.swift#L495
Comma Spacing Violation: There should be no space before and one after any comma (comma)
|
Lint:
iOSClient/Viewer/NCViewerNextcloudText/NCViewerNextcloudText.swift#L57
Todo Violation: FIXMEs should be resolved (ONLYOFFICE Due to the WK Share...) (todo)
|
Lint:
iOSClient/Data/NCDataSource.swift#L121
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
|
Lint:
iOSClient/Share/NCShare.swift#L273
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
Lint:
iOSClient/Activity/NCActivityTableViewCell.swift#L36
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
Lint:
iOSClient/PushNotification/NCPushNotification.swift#L67
Non-Optional String <-> Data Conversion Violation: Prefer using UTF-8 encoded strings when converting between `String` and `Data` (non_optional_string_data_conversion)
|
Lint:
iOSClient/Main/Create cloud/NCCreateDocument.swift#L85
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
|