fix: Fix FlagApplier async behaviour #376
Annotations
3 errors and 7 warnings
SwiftLint:
Sources/ConfidenceProvider/Apply/FlagApplierWithRetries.swift#L68
Identifier Name Violation: Variable name 'a' should be between 3 and 40 characters long (identifier_name)
|
SwiftLint:
Sources/ConfidenceProvider/Apply/FlagApplierWithRetries.swift#L69
Identifier Name Violation: Variable name 'b' should be between 3 and 40 characters long (identifier_name)
|
Tests
Process completed with exit code 65.
|
SwiftLint:
ConfidenceDemoApp/ConfidenceDemoAppTests/ConfidenceDemoTests.swift#L5
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
SwiftLint:
ConfidenceDemoApp/ConfidenceDemoAppTests/ConfidenceDemoTests.swift#L10
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
SwiftLint:
ConfidenceDemoApp/ConfidenceDemoAppUITests/ConfidenceDemoUITests.swift#L15
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
SwiftLint:
Tests/ConfidenceProviderTests/FlagApplierWithRetriesTest.swift#L1
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#L70
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
|
SwiftLint:
Sources/ConfidenceProvider/Apply/FlagApplierWithRetries.swift#L183
Array/Dictionary initializer Violation: Use explicit type annotation when initializing empty arrays and dictionaries (array_constructor)
|
SwiftLint:
Tests/ConfidenceProviderTests/ConfidenceFeatureProviderTest.swift#L1
Blanket Disable Command Violation: The disabled 'type_body_length' rule should be re-enabled before the end of the file (blanket_disable_command)
|