macos: swiftlint 'vertical_parameter_alignment' rule

This commit is contained in:
Jon Parise
2026-02-19 19:11:36 -05:00
parent c418e4b581
commit dbf2e0e087
2 changed files with 1 additions and 4 deletions

View File

@@ -22,7 +22,6 @@ disabled_rules:
- no_fallthrough_only
- switch_case_alignment
- unused_enumerated
- vertical_parameter_alignment
identifier_name:
min_length: 1

View File

@@ -935,9 +935,7 @@ class TerminalController: BaseTerminalController, TabGroupCloseCoordinator.Contr
let tabColor: TerminalTabColor
}
convenience init(_ ghostty: Ghostty.App,
with undoState: UndoState
) {
convenience init(_ ghostty: Ghostty.App, with undoState: UndoState) {
self.init(ghostty, withSurfaceTree: undoState.surfaceTree)
// Show the window and restore its frame