macos: swiftlint 'unneeded_synthesized_initializer' rule
parent
b532cd55d6
commit
540adb0da3
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue