macos: swiftlint 'orphaned_doc_comment' rule
parent
f4d70df34c
commit
9bae26ab45
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue