Skip to content

refactor!: Add EventHandler + Combine #66

refactor!: Add EventHandler + Combine

refactor!: Add EventHandler + Combine #66

Triggered via pull request January 23, 2024 15:03
Status Failure
Total duration 58s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

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#L84
Closure Spacing Violation: Closure expressions should have a single space inside each brace (closure_spacing)
SwiftLint: Sources/OpenFeature/OpenFeatureAPI.swift#L85
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#L85
Force Unwrapping Violation: Force unwrapping should be avoided (force_unwrapping)
SwiftLint: Sources/OpenFeature/OpenFeatureAPI.swift#L83
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
SwiftLint: Sources/OpenFeature/OpenFeatureAPI.swift#L83
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)