mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-18 05:20:29 +00:00
macos: ignore swiftlint 'line_length' rule (#10893)
Also, there are no more outstanding 'mark' issues.
This commit is contained in:
@@ -6,6 +6,7 @@ disabled_rules:
|
||||
- cyclomatic_complexity
|
||||
- file_length
|
||||
- function_body_length
|
||||
- line_length
|
||||
- nesting
|
||||
- todo
|
||||
- trailing_comma
|
||||
@@ -16,8 +17,6 @@ disabled_rules:
|
||||
- deployment_target
|
||||
- for_where
|
||||
- force_cast
|
||||
- line_length
|
||||
- mark
|
||||
- multiple_closures_with_trailing_closure
|
||||
- no_fallthrough_only
|
||||
- switch_case_alignment
|
||||
|
||||
Reference in New Issue
Block a user