[#1332] Enable Swiftlint workflow #1
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
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/Block/Enhance/BlockEnhancer.swift#L139
Line Length Violation: Line should be 150 characters or less; currently it has 194 characters (line_length)
|
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/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/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:
Example/ZcashLightClientSample/ZcashLightClientSample/Sync Blocks/SyncBlocksListViewController.swift#L14
Blanket Disable Command Violation: The disabled 'force_cast' rule should be re-enabled before the end of the file (blanket_disable_command)
|
SwiftLint:
Example/ZcashLightClientSample/ZcashLightClientSample/Sync Blocks/SyncBlocksListViewController.swift#L14
Blanket Disable Command Violation: The disabled 'force_try' rule should be re-enabled before the end of the file (blanket_disable_command)
|
SwiftLint:
Example/ZcashLightClientSample/ZcashLightClientSample/List Transactions/TransactionsDataSource.swift#L40
Prefer For-Where Violation: `where` clauses are preferred over a single `if` inside a `for` (for_where)
|