Skip to content

build 8

build 8 #4394

Triggered via push September 6, 2024 06:11
Status Success
Total duration 1m 3s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Lint: iOSClient/Main/Create cloud/NCCreateDocument.swift#L40
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
Lint: iOSClient/Main/NCDragDrop.swift#L72
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
Lint: iOSClient/Main/NCDragDrop.swift#L68
Non-Optional String <-> Data Conversion Violation: Prefer using UTF-8 encoded strings when converting between `String` and `Data` (non_optional_string_data_conversion)
Lint: iOSClient/Main/Collection Common/NCCollectionViewCommon+CollectionViewDelegate.swift#L30
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
Lint: iOSClient/Main/Collection Common/NCCollectionViewCommon+CollectionViewDelegate.swift#L64
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
Lint: iOSClient/Main/Collection Common/NCCollectionViewCommon+DragDrop.swift#L115
Todo Violation: TODOs should be resolved (NOT POSSIBLE DRAG DROP DIFFERE...) (todo)
Lint: iOSClient/Main/Collection Common/NCCollectionViewCommon.swift#L220
Todo Violation: FIXMEs should be resolved (iPAD PDF landscape mode iOS 16) (todo)
Lint: 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)
Lint: iOSClient/Menu/NCCollectionViewCommon+Menu.swift#L201
Todo Violation: FIXMEs should be resolved (PROPPATCH doesn't work) (todo)
Lint: iOSClient/Notification/NCNotification.swift#L347
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)