Skip to content

Expose APIs for working with transaction proposals #49

Expose APIs for working with transaction proposals

Expose APIs for working with transaction proposals #49

Triggered via pull request March 6, 2024 02:54
Status Success
Total duration 48s
Artifacts

swiftlint.yml

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

Annotations

10 warnings
SwiftLint: Sources/ZcashLightClientKit/Modules/Service/LightWalletService.swift#L27
Blanket Disable Command Violation: The disabled 'cyclomatic_complexity' rule should be re-enabled before the end of the file (blanket_disable_command)
SwiftLint: Sources/ZcashLightClientKit/Metrics/SDKMetrics.swift#L104
Blanket Disable Command Violation: The disabled 'string_concatenation' rule should be re-enabled before the end of the file (blanket_disable_command)
SwiftLint: Sources/ZcashLightClientKit/Metrics/SDKMetrics.swift#L121
Vertical Whitespace after Opening Braces Violation: Don't include vertical whitespace (empty line) after opening braces (vertical_whitespace_opening_braces)
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/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/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/Error/ZcashErrorCodeDefinition.swift#L10
Blanket Disable Command Violation: The disabled 'identifier_name' rule should be re-enabled before the end of the file (blanket_disable_command)
SwiftLint: Sources/ZcashLightClientKit/Block/Actions/ScanAction.swift#L101
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: Sources/ZcashLightClientKit/Block/Enhance/BlockEnhancer.swift#L139
Line Length Violation: Line should be 150 characters or less; currently it has 194 characters (line_length)
SwiftLint: Example/ZcashLightClientSample/ZcashLightClientSample/AppDelegate.swift#L16
Blanket Disable Command Violation: The disabled 'force_unwrapping' rule should be re-enabled before the end of the file (blanket_disable_command)