Skip to content

Feature branch for SDK 2.1.0 #65

Feature branch for SDK 2.1.0

Feature branch for SDK 2.1.0 #65

Triggered via pull request March 18, 2024 14:35
@str4dstr4d
synchronize #1393
feature-2.1.0
Status Success
Total duration 45s
Artifacts

swiftlint.yml

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

Annotations

10 warnings
SwiftLint: Sources/ZcashLightClientKit/CombineSynchronizer.swift#L100
Line Length Violation: Line should be 150 characters or less; currently it has 153 characters (line_length)
SwiftLint: Sources/ZcashLightClientKit/Synchronizer/CombineSDKSynchronizer.swift#L83
Indentation Width Violation: Code should be indented using one tab or 4 spaces (indentation_width)
SwiftLint: Sources/ZcashLightClientKit/Synchronizer/SDKSynchronizer.swift#L13
Blanket Disable Command Violation: The disabled 'type_body_length' rule should be re-enabled before the end of the file (blanket_disable_command)
SwiftLint: Sources/ZcashLightClientKit/Synchronizer/SDKSynchronizer.swift#L303
Indentation Width Violation: Code should be indented using one tab or 4 spaces (indentation_width)
SwiftLint: Sources/ZcashLightClientKit/Synchronizer/SDKSynchronizer.swift#L15
Vertical Whitespace after Opening Braces Violation: Don't include vertical whitespace (empty line) after opening braces (vertical_whitespace_opening_braces)
SwiftLint: Sources/ZcashLightClientKit/Checkpoint/CheckpointSourceFactory.swift#L10
Convenience Type Violation: Types used for hosting only static members should be implemented as a caseless enum to avoid instantiation (convenience_type)
SwiftLint: Sources/ZcashLightClientKit/Rust/ZcashRustBackend.swift#L915
Blanket Disable Command Violation: The disabled 'line_length' rule should be re-enabled before the end of the file (blanket_disable_command)
SwiftLint: Sources/ZcashLightClientKit/Rust/ZcashRustBackend.swift#L915
Blanket Disable Command Violation: The disabled 'large_tuple' rule should be re-enabled before the end of the file (blanket_disable_command)
SwiftLint: Sources/ZcashLightClientKit/Rust/ZcashRustBackend.swift#L8
Blanket Disable Command Violation: The disabled 'type_body_length' rule should be re-enabled before the end of the file (blanket_disable_command)
SwiftLint: Sources/ZcashLightClientKit/Rust/ZcashRustBackend.swift#L684
Multiline Arguments Brackets Violation: Multiline arguments should have their surrounding brackets in a new line (multiline_arguments_brackets)