Skip to content

[#1577] Opt in for Tor in the SDK #341

[#1577] Opt in for Tor in the SDK

[#1577] Opt in for Tor in the SDK #341

Triggered via pull request July 11, 2025 08:39
Status Success
Total duration 35s
Artifacts

swiftlint.yml

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

Annotations

10 warnings
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)
SwiftLint: Sources/ZcashLightClientKit/Block/Enhance/BlockEnhancer.swift#L109
Line Length Violation: Line should be 150 characters or less; currently it has 151 characters (line_length)
SwiftLint: Sources/ZcashLightClientKit/Block/Enhance/BlockEnhancer.swift#L98
Line Length Violation: Line should be 150 characters or less; currently it has 151 characters (line_length)
SwiftLint: Sources/ZcashLightClientKit/Synchronizer/SDKSynchronizer.swift#L564
Line Length Violation: Line should be 150 characters or less; currently it has 154 characters (line_length)
SwiftLint: Sources/ZcashLightClientKit/Synchronizer/SDKSynchronizer.swift#L340
Line Length Violation: Line should be 150 characters or less; currently it has 166 characters (line_length)
SwiftLint: Sources/ZcashLightClientKit/Synchronizer/SDKSynchronizer.swift#L488
Indentation Width Violation: Code should be indented using one tab or 4 spaces (indentation_width)
SwiftLint: Sources/ZcashLightClientKit/Synchronizer/SDKSynchronizer.swift#L14
Superfluous Disable Command Violation: SwiftLint rule 'file_length' did not trigger a violation in the disabled region; remove the disable command (superfluous_disable_command)
SwiftLint: Sources/ZcashLightClientKit/Synchronizer/SDKSynchronizer.swift#L1114
File Length Violation: File should contain 600 lines or less excluding comments and whitespaces: currently contains 635 (file_length)
SwiftLint: Sources/ZcashLightClientKit/Checkpoint/BundleCheckpointSource.swift#L34
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 12 (cyclomatic_complexity)