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