Skip to content

fix: Fix FlagApplier async behaviour #375

fix: Fix FlagApplier async behaviour

fix: Fix FlagApplier async behaviour #375

Triggered via pull request January 11, 2024 15:07
Status Failure
Total duration 1m 5s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

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)