Cookies (#2985) #4183
Annotations
10 warnings
iOSClient/Activity/NCActivityTableViewCell.swift#L36
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
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)
|
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)
|
iOSClient/Notification/NCNotification.swift#L350
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
iOSClient/Networking/NCNetworking+Upload.swift#L87
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#L214
Non-Optional String <-> Data Conversion Violation: Prefer using UTF-8 encoded strings when converting between `String` and `Data` (non_optional_string_data_conversion)
|
iOSClient/Networking/E2EE/NCEndToEndMetadataV20.swift#L327
Non-Optional String <-> Data Conversion Violation: Prefer using UTF-8 encoded strings when converting between `String` and `Data` (non_optional_string_data_conversion)
|
iOSClient/Networking/E2EE/NCEndToEndMetadataV20.swift#L344
Non-Optional String <-> Data Conversion Violation: Prefer using UTF-8 encoded strings when converting between `String` and `Data` (non_optional_string_data_conversion)
|
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)
|
This job succeeded
Loading