Skip to content

Add concurrency helpers for EffectHandler and EventSource #266

Add concurrency helpers for EffectHandler and EventSource

Add concurrency helpers for EffectHandler and EventSource #266

Triggered via pull request February 16, 2024 18:12
Status Failure
Total duration 3m 2s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
swiftlint: MobiusCore/Source/EffectHandlers/EffectRouterDSL+Concurrency.swift#L162
Multiline Parameters Violation: Functions and methods parameters should be either on the same line, or one per line. (multiline_parameters)
swiftlint: MobiusCore/Source/EffectHandlers/EffectRouterDSL+Concurrency.swift#L193
Multiline Parameters Violation: Functions and methods parameters should be either on the same line, or one per line. (multiline_parameters)
swiftlint: MobiusCore/Source/EffectHandlers/EffectRouterDSL+Concurrency.swift#L224
Multiline Parameters Violation: Functions and methods parameters should be either on the same line, or one per line. (multiline_parameters)
swiftlint: MobiusCore/Source/EffectHandlers/EffectRouterDSL+Concurrency.swift#L255
Multiline Parameters Violation: Functions and methods parameters should be either on the same line, or one per line. (multiline_parameters)
swiftlint: MobiusCore/Source/EffectHandlers/EffectRouterDSL+Concurrency.swift#L181
Void Return Violation: Prefer `-> Void` over `-> ()`. (void_return)
swiftlint: MobiusCore/Source/EffectHandlers/EffectRouterDSL+Concurrency.swift#L195
Void Return Violation: Prefer `-> Void` over `-> ()`. (void_return)
swiftlint: MobiusCore/Source/EffectHandlers/EffectRouterDSL+Concurrency.swift#L243
Void Return Violation: Prefer `-> Void` over `-> ()`. (void_return)
swiftlint: MobiusCore/Source/EffectHandlers/EffectRouterDSL+Concurrency.swift#L257
Void Return Violation: Prefer `-> Void` over `-> ()`. (void_return)
swiftlint: MobiusCore/Source/EffectHandlers/EffectRouterDSL+Concurrency.swift#L293
Void Return Violation: Prefer `-> Void` over `-> ()`. (void_return)
build
Process completed with exit code 1.
swiftlint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
swiftlint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/