fix: Fix FlagApplier async behaviour #379
Annotations
2 errors and 9 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)
|
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/Http/NetworkClient.swift#L63
Indentation Width Violation: Code should be indented using one tab or 4 spaces (indentation_width)
|
SwiftLint:
Sources/ConfidenceProvider/Http/NetworkClient.swift#L70
Vertical Whitespace before Closing Braces Violation: Don't include vertical whitespace (empty line) before closing braces (vertical_whitespace_closing_braces)
|
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#L181
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)
|