refactor!: Add EventHandler + Combine #73
Annotations
5 warnings
SwiftLint:
Tests/OpenFeatureTests/FlagEvaluationTests.swift#L8
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
SwiftLint:
Tests/OpenFeatureTests/HookSpecTests.swift#L7
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
SwiftLint:
Sources/OpenFeature/OpenFeatureAPI.swift#L8
Computed Accessors Order Violation: Computed properties should first declare the getter and then the setter (computed_accessors_order)
|
SwiftLint:
Sources/OpenFeature/OpenFeatureAPI.swift#L77
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
|
SwiftLint:
Sources/OpenFeature/OpenFeatureAPI.swift#L88
Vertical Whitespace before Closing Braces Violation: Don't include vertical whitespace (empty line) before closing braces (vertical_whitespace_closing_braces)
|