From 454d53e26441b0d3603745a6e7bfef631bad1d54 Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Fri, 20 Feb 2026 10:34:27 -0500 Subject: [PATCH] macos: ignore swiftlint 'line_length' rule Also, there are no more outstanding 'mark' issues. --- macos/.swiftlint.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/macos/.swiftlint.yml b/macos/.swiftlint.yml index 8f76034af..9b27a5c02 100644 --- a/macos/.swiftlint.yml +++ b/macos/.swiftlint.yml @@ -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