Unit tests infrastructure #452
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/UserDefaultsServiceTests.swift#L25
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)
|
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)
|
Loading