[#1577] Opt in for Tor in the SDK #356
Annotations
10 warnings
SwiftLint:
Example/ZcashLightClientSample/ZcashLightClientSample/Test Servers/TestServersViewController.swift#L51
Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports (attributes)
|
SwiftLint:
Sources/ZcashLightClientKit/Synchronizer/SDKSynchronizer.swift#L13
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:
Example/ZcashLightClientSample/ZcashLightClientSample/AppDelegate.swift#L16
Blanket Disable Command Violation: Use 'next', 'this' or 'previous' instead to disable the 'force_unwrapping' rule once, or re-enable it as soon as possible` (blanket_disable_command)
|
SwiftLint:
Example/ZcashLightClientSample/ZcashLightClientSample/AppDelegate.swift#L16
Blanket Disable Command Violation: Use 'next', 'this' or 'previous' instead to disable the 'force_cast' rule once, or re-enable it as soon as possible` (blanket_disable_command)
|
SwiftLint:
Example/ZcashLightClientSample/ZcashLightClientSample/AppDelegate.swift#L16
Blanket Disable Command Violation: Use 'next', 'this' or 'previous' instead to disable the 'force_try' rule once, or re-enable it as soon as possible` (blanket_disable_command)
|
SwiftLint:
Example/ZcashLightClientSample/ZcashLightClientSample/DemoAppConfig.swift#L13
Blanket Disable Command Violation: Use 'next', 'this' or 'previous' instead to disable the 'line_length' rule once, or re-enable it as soon as possible` (blanket_disable_command)
|
SwiftLint:
Example/ZcashLightClientSample/ZcashLightClientSample/DemoAppConfig.swift#L13
Blanket Disable Command Violation: Use 'next', 'this' or 'previous' instead to disable the 'force_try' rule once, or re-enable it as soon as possible` (blanket_disable_command)
|
SwiftLint:
Sources/ZcashLightClientKit/Synchronizer.swift#L428
Superfluous Disable Command Violation: SwiftLint rule 'function_parameter_count' did not trigger a violation in the disabled region; remove the disable command (superfluous_disable_command)
|
SwiftLint:
Sources/ZcashLightClientKit/Metrics/SDKMetrics.swift#L105
Superfluous Disable Command Violation: SwiftLint rule 'string_concatenation' did not trigger a violation in the disabled region; remove the disable command (superfluous_disable_command)
|
SwiftLint:
Sources/ZcashLightClientKit/Entity/TransactionEntity.swift#L138
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
|