Small swiftlint improvements #89
Annotations
10 warnings
Shared/Dictionary/DictionaryView.swift#L59
First Where Violation: Prefer using `.first(where:)` over `.filter { }.first` in collections (first_where)
|
Shared/Services/PhraseFavoritesService.swift#L36
Force Unwrapping Violation: Force unwrapping should be avoided (force_unwrapping)
|
Shared/Services/PhraseFavoritesService.swift#L118
Force Unwrapping Violation: Force unwrapping should be avoided (force_unwrapping)
|
Shared/Services/PhraseFavoritesService.swift#L120
Force Unwrapping Violation: Force unwrapping should be avoided (force_unwrapping)
|
Shared/Extensions/String+MD5.swift#L13
Force Unwrapping Violation: Force unwrapping should be avoided (force_unwrapping)
|
Shared/Alphabet/AlphabetViewModel.swift#L49
Force Unwrapping Violation: Force unwrapping should be avoided (force_unwrapping)
|
Shared/Menu/MenuViewModel.swift#L51
Force Unwrapping Violation: Force unwrapping should be avoided (force_unwrapping)
|
Shared/ForChildren/Pexe/PexesoViewModel.swift#L76
Force Unwrapping Violation: Force unwrapping should be avoided (force_unwrapping)
|
Shared/ForChildren/Pexe/PexesoViewModel.swift#L81
Force Unwrapping Violation: Force unwrapping should be avoided (force_unwrapping)
|
Shared/ForChildren/Stories/Detail/Presentation/StoryViewModel.swift#L105
Fatal Error Message Violation: A fatalError call should have a message (fatal_error_message)
|
The logs for this run have expired and are no longer available.
Loading