Skip to content

Unit tests infrastructure #451

Unit tests infrastructure

Unit tests infrastructure #451

Triggered via pull request February 10, 2025 07:33
Status Success
Total duration 38s
Artifacts

pr_workflow.yml

on: pull_request
swiftLint
29s
swiftLint
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
swiftLint: WeatherXMTests/DataLayer/RepositoryImplementations/MeRepositoryImplTests.swift#L54
Redundant Discardable Let Violation: Prefer `_ = foo()` over `let _ = foo()` when discarding a result from a function (redundant_discardable_let)
swiftLint: WeatherXMTests/DataLayer/RepositoryImplementations/MeRepositoryImplTests.swift#L73
Redundant Discardable Let Violation: Prefer `_ = foo()` over `let _ = foo()` when discarding a result from a function (redundant_discardable_let)
swiftLint: WeatherXMTests/DataLayer/RepositoryImplementations/MeRepositoryImplTests.swift#L118
Redundant Discardable Let Violation: Prefer `_ = foo()` over `let _ = foo()` when discarding a result from a function (redundant_discardable_let)
swiftLint: PresentationLayer/UIComponents/Screens/MainScreen/MainScreenViewModel.swift#L17
Type Body Length Violation: Type body should span 250 lines or less excluding comments and whitespace: currently spans 279 lines (type_body_length)
swiftLint: WeatherXMTests/DataLayer/Services/FileUploaderServiceTests.swift#L58
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
swiftLint: WeatherXMTests/DataLayer/Services/FiltersServiceTest.swift#L50
Multiple Closures with Trailing Closure Violation: Trailing closure syntax should not be used when passing more than one closure argument (multiple_closures_with_trailing_closure)
swiftLint: WeatherXMTests/DataLayer/Services/FiltersServiceTest.swift#L63
Multiple Closures with Trailing Closure Violation: Trailing closure syntax should not be used when passing more than one closure argument (multiple_closures_with_trailing_closure)
swiftLint: WeatherXMTests/DataLayer/Services/UserInfoServiceTests.swift#L43
Redundant Discardable Let Violation: Prefer `_ = foo()` over `let _ = foo()` when discarding a result from a function (redundant_discardable_let)
swiftLint: WeatherXMTests/DataLayer/Services/UserInfoServiceTests.swift#L57
Redundant Discardable Let Violation: Prefer `_ = foo()` over `let _ = foo()` when discarding a result from a function (redundant_discardable_let)
swiftLint: WeatherXMTests/DataLayer/Services/UserDefaultsServiceTests.swift#L25
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)