Skip to content

[#1582] Tor and sync optimizations and changes #358

[#1582] Tor and sync optimizations and changes

[#1582] Tor and sync optimizations and changes #358

Triggered via pull request August 4, 2025 12:59
Status Success
Total duration 41s
Artifacts

swiftlint.yml

on: pull_request
SwiftLint
36s
SwiftLint
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
SwiftLint: Example/ZcashLightClientSample/ZcashLightClientSample/AppDelegate.swift#L16
Blanket Disable Command Violation: Use 'next', 'this' or 'previous' instead to disable the 'force_try' rule once, or re-enable it as soon as possible` (blanket_disable_command)
SwiftLint: Example/ZcashLightClientSample/ZcashLightClientSample/AppDelegate.swift#L16
Blanket Disable Command Violation: Use 'next', 'this' or 'previous' instead to disable the 'force_unwrapping' rule once, or re-enable it as soon as possible` (blanket_disable_command)
SwiftLint: Example/ZcashLightClientSample/ZcashLightClientSample/AppDelegate.swift#L16
Blanket Disable Command Violation: Use 'next', 'this' or 'previous' instead to disable the 'force_cast' rule once, or re-enable it as soon as possible` (blanket_disable_command)
SwiftLint: Example/ZcashLightClientSample/ZcashLightClientSample/DemoAppConfig.swift#L13
Blanket Disable Command Violation: Use 'next', 'this' or 'previous' instead to disable the 'line_length' rule once, or re-enable it as soon as possible` (blanket_disable_command)
SwiftLint: Example/ZcashLightClientSample/ZcashLightClientSample/DemoAppConfig.swift#L13
Blanket Disable Command Violation: Use 'next', 'this' or 'previous' instead to disable the 'force_try' rule once, or re-enable it as soon as possible` (blanket_disable_command)
SwiftLint: Sources/ZcashLightClientKit/Synchronizer/SDKSynchronizer.swift#L13
Blanket Disable Command Violation: Use 'next', 'this' or 'previous' instead to disable the 'type_body_length' rule once, or re-enable it as soon as possible` (blanket_disable_command)
SwiftLint: Sources/ZcashLightClientKit/Synchronizer/Dependencies.swift#L88
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
SwiftLint: Sources/ZcashLightClientKit/Synchronizer.swift#L427
Superfluous Disable Command Violation: SwiftLint rule 'function_parameter_count' did not trigger a violation in the disabled region; remove the disable command (superfluous_disable_command)
SwiftLint: Sources/ZcashLightClientKit/Metrics/SDKMetrics.swift#L105
Superfluous Disable Command Violation: SwiftLint rule 'string_concatenation' did not trigger a violation in the disabled region; remove the disable command (superfluous_disable_command)
SwiftLint: Sources/ZcashLightClientKit/Entity/TransactionEntity.swift#L138
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)