Small swiftlint improvements #87
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
SwiftLint:
Shared/Menu/MenuViewModel.swift#L51
Force Unwrapping Violation: Force unwrapping should be avoided (force_unwrapping)
|
SwiftLint:
Shared/Stores/UserDefaultsStore.swift#L28
Force Unwrapping Violation: Force unwrapping should be avoided (force_unwrapping)
|
SwiftLint:
Shared/Stores/ForChildrenDataStore.swift#L41
Force Unwrapping Violation: Force unwrapping should be avoided (force_unwrapping)
|
SwiftLint:
Shared/Stores/ForChildrenDataStore.swift#L46
Force Unwrapping Violation: Force unwrapping should be avoided (force_unwrapping)
|
SwiftLint:
Shared/Dictionary/DictionaryView.swift#L59
First Where Violation: Prefer using `.first(where:)` over `.filter { }.first` in collections (first_where)
|
SwiftLint:
Shared/Alphabet/AlphabetViewModel.swift#L49
Force Unwrapping Violation: Force unwrapping should be avoided (force_unwrapping)
|
SwiftLint:
Shared/Extensions/String+MD5.swift#L13
Force Unwrapping Violation: Force unwrapping should be avoided (force_unwrapping)
|
SwiftLint:
Shared/ForChildren/Pexe/PexesoViewModel.swift#L76
Force Unwrapping Violation: Force unwrapping should be avoided (force_unwrapping)
|
SwiftLint:
Shared/ForChildren/Pexe/PexesoViewModel.swift#L81
Force Unwrapping Violation: Force unwrapping should be avoided (force_unwrapping)
|
SwiftLint:
Shared/ForChildren/Stories/Detail/Presentation/StoryViewModel.swift#L105
Fatal Error Message Violation: A fatalError call should have a message (fatal_error_message)
|