[#1483] Fix evaluateOf endTime #168
Annotations
10 warnings
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/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/Block/Enhance/BlockEnhancer.swift#L68
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 15 (cyclomatic_complexity)
|
SwiftLint:
Sources/ZcashLightClientKit/Block/Enhance/BlockEnhancer.swift#L128
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
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/Extensions/ZcashRust+Utils.swift#L15
Non-Optional String <-> Data Conversion Violation: Prefer using UTF-8 encoded strings when converting between `String` and `Data` (non_optional_string_data_conversion)
|
SwiftLint:
Sources/ZcashLightClientKit/Synchronizer.swift#L379
Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 6 (function_parameter_count)
|
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#L1047
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)
|