diff --git a/apple/OmnivoreKit/Sources/Services/DataService/Queries/TypeAheadSearchQuery.swift b/apple/OmnivoreKit/Sources/Services/DataService/Queries/TypeAheadSearchQuery.swift index c3aa87ba9..89467e6fa 100644 --- a/apple/OmnivoreKit/Sources/Services/DataService/Queries/TypeAheadSearchQuery.swift +++ b/apple/OmnivoreKit/Sources/Services/DataService/Queries/TypeAheadSearchQuery.swift @@ -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]) diff --git a/apple/OmnivoreKit/Sources/Views/PushNotifications/PushNotificationPrimerView.swift b/apple/OmnivoreKit/Sources/Views/PushNotifications/PushNotificationPrimerView.swift index ee2799437..7a2b75c1b 100644 --- a/apple/OmnivoreKit/Sources/Views/PushNotifications/PushNotificationPrimerView.swift +++ b/apple/OmnivoreKit/Sources/Views/PushNotifications/PushNotificationPrimerView.swift @@ -25,7 +25,6 @@ import SwiftUI .font(.appHeadline) } - // swiftlint:disable:next line_length Text(LocalText.notificationsGeneralExplainer) .font(.appBody) .multilineTextAlignment(.leading)