macos: ignore swiftlint 'line_length' rule

Also, there are no more outstanding 'mark' issues.
pull/10893/head
Jon Parise 2026-02-20 10:34:27 -05:00
parent b6c1a26437
commit 454d53e264
1 changed files with 1 additions and 2 deletions

View File

@ -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