refactor!: Add EventHandler + Combine #70
Annotations
1 error and 8 warnings
Tests
Process completed with exit code 1.
|
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#L78
Closure Spacing Violation: Closure expressions should have a single space inside each brace (closure_spacing)
|
SwiftLint:
Sources/OpenFeature/OpenFeatureAPI.swift#L79
Closure Spacing Violation: Closure expressions should have a single space inside each brace (closure_spacing)
|
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#L79
Force Unwrapping Violation: Force unwrapping should be avoided (force_unwrapping)
|
SwiftLint:
Sources/OpenFeature/OpenFeatureAPI.swift#L77
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
|
SwiftLint:
Sources/OpenFeature/OpenFeatureAPI.swift#L77
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
|