mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
remove some superfluous linter directives
This commit is contained in:
parent
60ca0567fa
commit
374d7104be
2 changed files with 0 additions and 2 deletions
|
|
@ -12,7 +12,6 @@ public struct TypeaheadSearchItem: Identifiable {
|
|||
}
|
||||
|
||||
public extension DataService {
|
||||
// swiftlint:disable:next function_body_length
|
||||
func typeaheadSearch(searchTerm: String) async throws -> [TypeaheadSearchItem] {
|
||||
enum QueryResult {
|
||||
case success(result: [TypeaheadSearchItem])
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@ import SwiftUI
|
|||
.font(.appHeadline)
|
||||
}
|
||||
|
||||
// swiftlint:disable:next line_length
|
||||
Text(LocalText.notificationsGeneralExplainer)
|
||||
.font(.appBody)
|
||||
.multilineTextAlignment(.leading)
|
||||
|
|
|
|||
Loading…
Reference in a new issue