feat: Initialization strategy #323
Annotations
1 error and 6 warnings
Tests
Process completed with exit code 65.
|
SwiftLint:
Tests/ConfidenceProviderTests/FlagApplierWithRetriesTest.swift#L503
File Length Violation: File should contain 400 lines or less: currently contains 503 (file_length)
|
SwiftLint:
Tests/ConfidenceProviderTests/FlagApplierWithRetriesTest.swift#L8
Type Body Length Violation: Type body should span 250 lines or less excluding comments and whitespace: currently spans 328 lines (type_body_length)
|
SwiftLint:
Sources/ConfidenceProvider/Cache/CacheDataActor.swift#L26
Vertical Whitespace before Closing Braces Violation: Don't include vertical whitespace (empty line) before closing braces (vertical_whitespace_closing_braces)
|
SwiftLint:
Tests/ConfidenceProviderTests/ConfidenceFeatureProviderTest.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/ConfidenceProvider/Apply/FlagApplierWithRetries.swift#L60
Multiline Function Chains Violation: Chained function calls should be either on the same line, or one per line (multiline_function_chains)
|
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)
|