Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Provider events

Provider events #111

Triggered via pull request July 26, 2023 15:49
Status Failure
Total duration 1m 34s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 3 warnings
SwiftLint: Sources/OpenFeature/Provider/ProviderEvents.swift#L3
Identifier Name Violation: Variable name 'ProviderEventDetailsKeyProvider' should start with a lowercase character (identifier_name)
SwiftLint: Sources/OpenFeature/Provider/ProviderEvents.swift#L4
Identifier Name Violation: Variable name 'ProviderEventDetailsKeyClient' should start with a lowercase character (identifier_name)
SwiftLint: Sources/OpenFeature/Provider/ProviderEvents.swift#L5
Identifier Name Violation: Variable name 'ProviderEventDetailsKeyError' should start with a lowercase character (identifier_name)
SwiftLint: Tests/OpenFeatureTests/Helpers/AlwaysBrokenProvider.swift#L10
Line Length Violation: Line should be 120 characters or less; currently it has 126 characters (line_length)
SwiftLint: Tests/OpenFeatureTests/Helpers/AlwaysBrokenProvider.swift#L14
Line Length Violation: Line should be 120 characters or less; currently it has 126 characters (line_length)
SwiftLint: Sources/OpenFeature/OpenFeatureAPI.swift#L72
Vertical Whitespace after Opening Braces Violation: Don't include vertical whitespace (empty line) after opening braces (vertical_whitespace_opening_braces)