Skip to content

FFI 0.13.0

FFI 0.13.0 #244

Triggered via pull request February 28, 2025 22:53
@str4dstr4d
synchronize #1527
ffi-0.13.0
Status Success
Total duration 43s
Artifacts

swiftlint.yml

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

Annotations

10 warnings
SwiftLint: Sources/ZcashLightClientKit/Entity/TransactionEntity.swift#L136
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/ClosureSynchronizer.swift#L25
Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 6 (function_parameter_count)
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/Error/ZcashErrorCodeDefinition.swift#L10
Blanket Disable Command Violation: Use 'next', 'this' or 'previous' instead to disable the 'identifier_name' rule once, or re-enable it as soon as possible` (blanket_disable_command)
SwiftLint: Sources/ZcashLightClientKit/Synchronizer/ClosureSDKSynchronizer.swift#L34
Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 6 (function_parameter_count)
SwiftLint: Sources/ZcashLightClientKit/Synchronizer/Dependencies.swift#L11
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 15 (cyclomatic_complexity)
SwiftLint: Sources/ZcashLightClientKit/Synchronizer.swift#L421
Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 6 (function_parameter_count)
SwiftLint: Sources/ZcashLightClientKit/Modules/Service/GRPC/LightWalletGRPCService.swift#L213
Line Length Violation: Line should be 150 characters or less; currently it has 162 characters (line_length)
SwiftLint: Sources/ZcashLightClientKit/Modules/Service/LightWalletService.swift#L27
Blanket Disable Command Violation: Use 'next', 'this' or 'previous' instead to disable the 'cyclomatic_complexity' rule once, or re-enable it as soon as possible` (blanket_disable_command)
SwiftLint: Sources/ZcashLightClientKit/Model/WalletTypes.swift#L19
TODO Violation: TODO or FIXME without issue number. Format TODO: [#...] (todos)