remove some superfluous linter directives
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user