Skip to content

Small swiftlint improvements #87

Small swiftlint improvements

Small swiftlint improvements #87

Triggered via pull request September 20, 2023 13:40
Status Success
Total duration 1m 0s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

swiftlint.yml

on: pull_request
SwiftLint
47s
SwiftLint
Fit to window
Zoom out
Zoom in

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)