From 9bae26ab455110a7b28872c65dc82efb9d352027 Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Thu, 19 Feb 2026 19:06:09 -0500 Subject: [PATCH] macos: swiftlint 'orphaned_doc_comment' rule --- macos/.swiftlint.yml | 1 - macos/Sources/App/macOS/AppDelegate.swift | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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.