Revamp Settings Section: Complete Migration to Swift & SwiftUI - Code in Nextcloud / iOS - #3976
Annotations
10 warnings
iOSClient/Networking/NCNetworking+Synchronization.swift#L83
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
|
iOSClient/Networking/NCNetworking+Upload.swift#L89
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
|
iOSClient/Networking/E2EE/NCEndToEndMetadataV20.swift#L364
Todo Violation: TODOs should be resolved (whats happen with < ?) (todo)
|
iOSClient/Networking/E2EE/NCEndToEndMetadataV20.swift#L378
Todo Violation: TODOs should be resolved (We need to check deleted, id y...) (todo)
|
iOSClient/Notification/NCNotification.swift#L352
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
iOSClient/Settings/Settings/E2EE/NCEndToEndInitialize.swift#L149
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
iOSClient/Settings/Settings/E2EE/NCEndToEndInitialize.swift#L203
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
iOSClient/Settings/Settings/E2EE/NCEndToEndInitialize.swift#L208
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
iOSClient/Viewer/NCViewerPDF/NCViewerPDFSearch.swift#L160
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
iOSClient/Viewer/NCViewerNextcloudText/NCViewerNextcloudText.swift#L57
Todo Violation: FIXMEs should be resolved (ONLYOFFICE Due to the WK Share...) (todo)
|
This job succeeded
Loading