Multi-account and PCZT support #212
Annotations
11 warnings
SwiftLint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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/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/Entity/TransactionEntity.swift#L132
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/ClosureSynchronizer.swift#L100
Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 7 (function_parameter_count)
|
SwiftLint:
Sources/ZcashLightClientKit/CombineSynchronizer.swift#L101
Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 6 (function_parameter_count)
|
SwiftLint:
Sources/ZcashLightClientKit/Synchronizer/CombineSDKSynchronizer.swift#L134
Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 6 (function_parameter_count)
|
SwiftLint:
Sources/ZcashLightClientKit/Synchronizer.swift#L301
Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 6 (function_parameter_count)
|
SwiftLint:
Sources/ZcashLightClientKit/Synchronizer.swift#L371
Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 6 (function_parameter_count)
|
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)
|