diff --git a/macos/.swiftlint.yml b/macos/.swiftlint.yml index fe00ad9c4..5b0a45b79 100644 --- a/macos/.swiftlint.yml +++ b/macos/.swiftlint.yml @@ -20,7 +20,6 @@ disabled_rules: - mark - multiple_closures_with_trailing_closure - no_fallthrough_only - - orphaned_doc_comment - shorthand_operator - switch_case_alignment - unused_enumerated diff --git a/macos/Sources/App/macOS/AppDelegate.swift b/macos/Sources/App/macOS/AppDelegate.swift index 3a5511fe1..1aa597a25 100644 --- a/macos/Sources/App/macOS/AppDelegate.swift +++ b/macos/Sources/App/macOS/AppDelegate.swift @@ -879,7 +879,7 @@ class AppDelegate: NSObject, autoUpdate == .check || autoUpdate == .download updateController.updater.automaticallyDownloadsUpdates = autoUpdate == .download - /** + /* To test `auto-update` easily, uncomment the line below and delete `SUEnableAutomaticChecks` in Ghostty-Info.plist.