feat!: Spec v0.8 adherence #144
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)
|