mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-18 13:30:29 +00:00
macos: swiftlint 'empty_enum_arguments' rule
This commit is contained in:
@@ -14,7 +14,6 @@ disabled_rules:
|
||||
|
||||
# TODO
|
||||
- deployment_target
|
||||
- empty_enum_arguments
|
||||
- empty_parentheses_with_trailing_closure
|
||||
- for_where
|
||||
- force_cast
|
||||
|
||||
@@ -128,7 +128,7 @@ struct CommandPaletteView: View {
|
||||
? 0
|
||||
: current + 1
|
||||
|
||||
case .move(_):
|
||||
case .move:
|
||||
// Unknown, ignore
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user