Enable Login v2 #3886
Annotations
10 warnings
GitHub Action for SwiftLint:
Brand/Intro/NCIntroCollectionViewCell.swift#L35
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
GitHub Action for SwiftLint:
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)
|
GitHub Action for SwiftLint:
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)
|
GitHub Action for SwiftLint:
iOSClient/Networking/E2EE/NCEndToEndMetadataV20.swift#L364
Todo Violation: TODOs should be resolved (whats happen with < ?) (todo)
|
GitHub Action for SwiftLint:
iOSClient/Networking/E2EE/NCEndToEndMetadataV20.swift#L378
Todo Violation: TODOs should be resolved (We need to check deleted, id y...) (todo)
|
GitHub Action for SwiftLint:
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)
|
GitHub Action for SwiftLint:
iOSClient/Viewer/NCViewerNextcloudText/NCViewerNextcloudText.swift#L57
Todo Violation: FIXMEs should be resolved (ONLYOFFICE Due to the WK Share...) (todo)
|
GitHub Action for SwiftLint:
iOSClient/Viewer/NCViewerPDF/NCViewerPDFSearch.swift#L160
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
GitHub Action for SwiftLint:
iOSClient/Activity/NCActivityTableViewCell.swift#L37
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
GitHub Action for SwiftLint:
iOSClient/AppDelegate.swift#L449
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
|
Loading