Skip to content

Interceptor & Monitor Improved #5356

Interceptor & Monitor Improved

Interceptor & Monitor Improved #5356

Triggered via pull request March 6, 2025 18:00
@marinofaggianamarinofaggiana
synchronize #3348
tos
Status Success
Total duration 1m 36s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Lint: iOSClient/Settings/E2EE/NCEndToEndInitialize.swift#L162
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
Lint: iOSClient/Settings/E2EE/NCEndToEndInitialize.swift#L167
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
Lint: iOSClient/Share/Advanced/NCShareAdvancePermission.swift#L54
Todo Violation: TODOs should be resolved (Apply share token to download ...) (todo)
Lint: iOSClient/Data/NCManageDatabase+Capabilities.swift#L366
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
Lint: iOSClient/Viewer/NCViewerNextcloudText/NCViewerNextcloudText.swift#L55
Todo Violation: FIXMEs should be resolved (ONLYOFFICE Due to the WK Share...) (todo)
Lint: iOSClient/Networking/E2EE/NCEndToEndMetadataV20.swift#L363
Todo Violation: TODOs should be resolved (whats happen with < ?) (todo)
Lint: iOSClient/Networking/E2EE/NCEndToEndMetadataV20.swift#L377
Todo Violation: TODOs should be resolved (We need to check deleted, id y...) (todo)
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/NCCollectionViewCommonSelectTabBar.swift#L138
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
Lint: File Provider Extension/FileProviderEnumerator.swift#L113
Non-optional String -> Data Conversion Violation: Prefer non-optional `Data(_:)` initializer when converting `String` to `Data` (non_optional_string_data_conversion)