coding #3851
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/Menu/AppDelegate+Menu.swift#L306
Todo Violation: FIXMEs should be resolved (iOS 12.0,* don't detect UTI te...) (todo)
|
GitHub Action for SwiftLint:
iOSClient/Menu/NCCollectionViewCommon+Menu.swift#L196
Todo Violation: FIXMEs should be resolved (PROPPATCH doesn't work) (todo)
|
GitHub Action for SwiftLint:
iOSClient/Media/NCMediaLayout.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)
|
GitHub Action for SwiftLint:
iOSClient/Media/NCMedia.swift#L255
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/Media/NCMedia.swift#L296
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/Main/NCDragDrop.swift#L71
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/Main/Collection Common/NCCollectionViewCommon.swift#L174
Todo Violation: FIXMEs should be resolved (iPAD PDF landscape mode iOS 16) (todo)
|
GitHub Action for SwiftLint:
iOSClient/Main/Create cloud/NCCreateFormUploadDocuments.swift#L319
Todo Violation: FIXMEs should be resolved (iOS 12.0,* don't detect UTI te...) (todo)
|
GitHub Action for SwiftLint:
iOSClient/Settings/NCEndToEndInitialize.swift#L149
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
Loading