macos: swiftlint 'orphaned_doc_comment' rule

pull/10878/head
Jon Parise 2026-02-19 19:06:09 -05:00
parent f4d70df34c
commit 9bae26ab45
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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.