FlagApplier alignment between iOS and Android #259
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/FlagApplierWithRetriesTest.swift#L157
Indentation Width Violation: Code should be indented using one tab or 4 spaces (indentation_width)
|
SwiftLint:
Tests/ConfidenceProviderTests/FlagApplierWithRetriesTest.swift#L8
Type Body Length Violation: Type body should span 250 lines or less excluding comments and whitespace: currently spans 253 lines (type_body_length)
|
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#L32
Line Length Violation: Line should be 120 characters or less; currently it has 121 characters (line_length)
|
SwiftLint:
Sources/ConfidenceProvider/Cache/Models/CacheData.swift#L4
Indentation Width Violation: Code should be indented using one tab or 4 spaces (indentation_width)
|
SwiftLint:
Sources/ConfidenceProvider/Cache/Models/CacheData.swift#L6
Indentation Width Violation: Code should be indented using one tab or 4 spaces (indentation_width)
|
SwiftLint:
Sources/ConfidenceProvider/Cache/Models/CacheData.swift#L41
Indentation Width Violation: Code should be indented using one tab or 4 spaces (indentation_width)
|
SwiftLint:
Sources/ConfidenceProvider/Cache/Models/CacheData.swift#L121
Indentation Width Violation: Code should be indented using one tab or 4 spaces (indentation_width)
|