disable quite a few line length warnings

This commit is contained in:
Sixten Otto
2023-02-20 12:04:55 -07:00
parent 95a66dba30
commit 6fd8729291
16 changed files with 27 additions and 3 deletions

View File

@ -48,6 +48,7 @@ private let logger = Logger(subsystem: "app.omnivore", category: "app-delegate")
Services.registerBackgroundFetch()
configureFirebase()
// swiftlint:disable:next line_length
NotificationCenter.default.addObserver(forName: Notification.Name("ReconfigurePushNotifications"), object: nil, queue: OperationQueue.main) { _ in
if UserDefaults.standard.bool(forKey: UserDefaultKey.notificationsEnabled.rawValue) {
self.registerForNotifications()