Skip to content

feat!: Spec v0.8 adherence #144

feat!: Spec v0.8 adherence

feat!: Spec v0.8 adherence #144

Triggered via pull request September 6, 2024 14:38
Status Success
Total duration 43s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
SwiftLint: Tests/OpenFeatureTests/DeveloperExperienceTests.swift#L55
Indentation Width Violation: Code should be unindented by multiples of one tab or multiples of 4 spaces (indentation_width)
SwiftLint: Tests/OpenFeatureTests/DeveloperExperienceTests.swift#L55
Switch and Case Statement Alignment Violation: Case statements should vertically aligned with their closing brace (switch_case_alignment)
SwiftLint: Tests/OpenFeatureTests/DeveloperExperienceTests.swift#L53
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
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#L48
Vertical Whitespace before Closing Braces Violation: Don't include vertical whitespace (empty line) before closing braces (vertical_whitespace_closing_braces)