Skip to content

[MOB-3028] Run tests forcely #84

[MOB-3028] Run tests forcely

[MOB-3028] Run tests forcely #84

Triggered via push December 11, 2024 17:00
Status Failure
Total duration 1m 24s
Artifacts

swift_lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
build: Ecosia/Core/Cookie.swift#L148
Passing `NSNumber.init` or `NSDecimalNumber.init` as a function reference is dangerous as it can cause the wrong initializer to be used, causing crashes; use `.init(value:)` instead (ns_number_init_as_function_reference)
build: Ecosia/Core/MMP/Singular/Singular.swift#L34
Function parameters should be aligned vertically if they're in multiple lines in a method call (vertical_parameter_alignment_on_call)
build: Ecosia/Core/MMP/Singular/Singular.swift#L35
Function parameters should be aligned vertically if they're in multiple lines in a method call (vertical_parameter_alignment_on_call)
build: Ecosia/Core/Braze/BrazeService.swift#L66
Case statements should vertically aligned with their closing brace (switch_case_alignment)
build: Ecosia/Core/FeatureManagement/Unleash/Unleash.swift#L151
Prefer `contains` over `first(where:) != nil` (contains_over_first_not_nil)
build: Ecosia/Core/News/News.swift#L65
Prefer `!= nil` over `let _ =` (unused_optional_binding)
build
Process completed with exit code 2.
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636