Skip to content

Update readme and demo for events #287

Update readme and demo for events

Update readme and demo for events #287

Triggered via pull request August 3, 2023 14:11
Status Success
Total duration 3m 37s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
SwiftLint: Sources/ConfidenceProvider/Apply/FlagApplierWithRetries.swift#L108
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/ConfidenceProvider/Apply/FlagApplierWithRetries.swift#L109
Empty Enum Arguments Violation: Arguments can be omitted when matching enums with associated values if they are not used (empty_enum_arguments)
SwiftLint: Sources/ConfidenceProvider/ConfidenceFeatureProvider.swift#L9
Blanket Disable Command Violation: The disabled 'type_body_length' rule should be re-enabled before the end of the file (blanket_disable_command)
SwiftLint: Sources/ConfidenceProvider/ConfidenceClient/RemoteConfidenceClient.swift#L35
Indentation Width Violation: Code should be indented using one tab or 4 spaces (indentation_width)
SwiftLint: Sources/ConfidenceProvider/ConfidenceClient/RemoteConfidenceClient.swift#L34
Multiline Arguments Violation: Arguments should be either on the same line, or one per line (multiline_arguments)
SwiftLint: Sources/ConfidenceProvider/Cache/Models/FlagApply.swift#L7
Unneeded Synthesized Initializer Violation: This memberwise initializer would be synthesized automatically - you do not need to define it (unneeded_synthesized_initializer)
SwiftLint: Sources/ConfidenceProvider/Cache/CacheDataActor.swift#L13
Indentation Width Violation: Code should be indented using one tab or 4 spaces (indentation_width)
SwiftLint: Tests/ConfidenceProviderTests/Helpers/CacheDataUtility.swift#L7
Indentation Width Violation: Code should be indented using one tab or 4 spaces (indentation_width)
SwiftLint: Tests/ConfidenceProviderTests/Helpers/CacheDataUtility.swift#L12
Indentation Width Violation: Code should be unindented by multiples of one tab or multiples of 4 spaces (indentation_width)
SwiftLint: Tests/ConfidenceProviderTests/Helpers/HttpClientMock.swift#L25
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)