Skip to content

[#1475] Adopt transaction data requests #149

[#1475] Adopt transaction data requests

[#1475] Adopt transaction data requests #149

Triggered via pull request August 19, 2024 18:36
Status Success
Total duration 39s
Artifacts

swiftlint.yml

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

Annotations

10 warnings
SwiftLint: Sources/ZcashLightClientKit/Entity/TransactionEntity.swift#L127
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#L68
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 14 (cyclomatic_complexity)
SwiftLint: Sources/ZcashLightClientKit/Block/Enhance/BlockEnhancer.swift#L122
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: Sources/ZcashLightClientKit/Block/Download/BlockDownloaderService.swift#L46
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
SwiftLint: Sources/ZcashLightClientKit/Metrics/SDKMetrics.swift#L104
Blanket Disable Command Violation: Use 'next', 'this' or 'previous' instead to disable the 'string_concatenation' rule once, or re-enable it as soon as possible` (blanket_disable_command)
SwiftLint: Sources/ZcashLightClientKit/Rust/ZcashRustBackend.swift#L1044
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: Sources/ZcashLightClientKit/Rust/ZcashRustBackend.swift#L8
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/Rust/ZcashRustBackend.swift#L1044
Blanket Disable Command Violation: Use 'next', 'this' or 'previous' instead to disable the 'large_tuple' rule once, or re-enable it as soon as possible` (blanket_disable_command)
SwiftLint: Sources/ZcashLightClientKit/Rust/ZcashRustBackend.swift#L1052
File Length Violation: File should contain 600 lines or less excluding comments and whitespaces: currently contains 636 (file_length)
SwiftLint: Sources/ZcashLightClientKit/Synchronizer/Dependencies.swift#L11
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 15 (cyclomatic_complexity)