Skip to content

feat!: Spec v0.8 adherence #141

feat!: Spec v0.8 adherence

feat!: Spec v0.8 adherence #141

Triggered via pull request September 4, 2024 15:11
Status Success
Total duration 2m 3s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
SwiftLint: Sources/OpenFeature/Provider/ProviderStatus.swift#L11
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
SwiftLint: Sources/OpenFeature/OpenFeatureClient.swift#L73
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/OpenFeature/OpenFeatureClient.swift#L75
Line Length Violation: Line should be 120 characters or less; currently it has 121 characters (line_length)