Skip to content

feat: Initialization strategy #328

feat: Initialization strategy

feat: Initialization strategy #328

Triggered via pull request September 12, 2023 12:47
Status Success
Total duration 3m 36s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
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/InitializationStrategy.swift#L6
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
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)