mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-06 07:38:21 +00:00
macos: swiftlint 'unneeded_synthesized_initializer' rule
This commit is contained in:
@@ -24,7 +24,6 @@ disabled_rules:
|
||||
- orphaned_doc_comment
|
||||
- shorthand_operator
|
||||
- switch_case_alignment
|
||||
- unneeded_synthesized_initializer
|
||||
- unused_closure_parameter
|
||||
- unused_enumerated
|
||||
- unused_optional_binding
|
||||
|
||||
@@ -25,11 +25,6 @@ struct CommandEntity: AppEntity {
|
||||
struct ID: Hashable {
|
||||
let terminalId: TerminalEntity.ID
|
||||
let actionKey: String
|
||||
|
||||
init(terminalId: TerminalEntity.ID, actionKey: String) {
|
||||
self.terminalId = terminalId
|
||||
self.actionKey = actionKey
|
||||
}
|
||||
}
|
||||
|
||||
static var typeDisplayRepresentation: TypeDisplayRepresentation {
|
||||
|
||||
Reference in New Issue
Block a user