Version 5.3.1 #3933
Annotations
10 warnings
Lint:
Brand/Intro/NCIntroCollectionViewCell.swift#L35
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
Lint:
iOSClient/Settings/NCEndToEndInitialize.swift#L149
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
Lint:
iOSClient/Settings/NCEndToEndInitialize.swift#L203
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
Lint:
iOSClient/Settings/NCEndToEndInitialize.swift#L208
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
Lint:
iOSClient/Notification/NCNotification.swift#L352
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
Lint:
iOSClient/Transfers/NCTransfers.swift#L271
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
Lint:
iOSClient/Activity/NCActivityTableViewCell.swift#L37
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
Lint:
iOSClient/Viewer/NCViewerNextcloudText/NCViewerNextcloudText.swift#L57
Todo Violation: FIXMEs should be resolved (ONLYOFFICE Due to the WK Share...) (todo)
|
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)
|