Concurrent networking #245
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
1 error and 10 warnings
Tests
Process completed with exit code 65.
|
SwiftLint:
Tests/ConfidenceProviderTests/Helpers/CacheDataUtility.swift#L7
Indentation Width Violation: Code should be indented using one tab or 4 spaces (indentation_width)
|
SwiftLint:
Tests/ConfidenceProviderTests/Helpers/CacheDataUtility.swift#L12
Indentation Width Violation: Code should be unindented by multiples of one tab or multiples of 4 spaces (indentation_width)
|
SwiftLint:
Sources/ConfidenceProvider/ConfidenceFeatureProvider.swift#L9
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/ConfidenceProvider/ConfidenceClient/RemoteConfidenceClient.swift#L35
Indentation Width Violation: Code should be indented using one tab or 4 spaces (indentation_width)
|
SwiftLint:
Sources/ConfidenceProvider/ConfidenceClient/RemoteConfidenceClient.swift#L34
Multiline Arguments Violation: Arguments should be either on the same line, or one per line (multiline_arguments)
|
SwiftLint:
Sources/ConfidenceProvider/Http/HttpClient.swift#L49
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
|
SwiftLint:
Sources/ConfidenceProvider/Cache/Models/FlagApply.swift#L7
Unneeded Synthesized Initializer Violation: This memberwise initializer would be synthesized automatically - you do not need to define it (unneeded_synthesized_initializer)
|
SwiftLint:
Sources/ConfidenceProvider/Cache/CacheDataActor.swift#L13
Indentation Width Violation: Code should be indented using one tab or 4 spaces (indentation_width)
|
SwiftLint:
Sources/ConfidenceProvider/Apply/FlagApplierWithRetries.swift#L112
Indentation Width Violation: Code should be indented using one tab or 4 spaces (indentation_width)
|
SwiftLint:
Sources/ConfidenceProvider/Apply/FlagApplierWithRetries.swift#L111
Multiline Arguments Violation: Arguments should be either on the same line, or one per line (multiline_arguments)
|