Skip to content

feat!: Spec v0.8 adherence #147

feat!: Spec v0.8 adherence

feat!: Spec v0.8 adherence #147

Triggered via pull request September 10, 2024 12:58
Status Success
Total duration 4m 49s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
SwiftLint: Tests/OpenFeatureTests/DeveloperExperienceTests.swift#L87
Vertical Whitespace after Opening Braces Violation: Don't include vertical whitespace (empty line) after opening braces (vertical_whitespace_opening_braces)
SwiftLint: Sources/OpenFeature/OpenFeatureClient.swift#L75
Line Length Violation: Line should be 120 characters or less; currently it has 122 characters (line_length)
SwiftLint: Sources/OpenFeature/OpenFeatureAPI.swift#L151
Redundant Optional Initialization Violation: Initializing an optional variable with nil is redundant (redundant_optional_initialization)