From 5ffac3ecb1e5c276d0042b6078858ce451e1012a Mon Sep 17 00:00:00 2001 From: blackxfiied <41133734+blackxfiied@users.noreply.github.com> Date: Mon, 20 Nov 2023 23:41:28 +0800 Subject: [PATCH] small update to swiftlint, xcode's built-in refactoring does the opposite of what trailing-whitespace attempts to mitigate, leading to so many errors for no reason --- .swiftlint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.swiftlint.yml b/.swiftlint.yml index 66bf7614..a4718df4 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -4,6 +4,7 @@ disabled_rules: - function_body_length - file_length - cyclomatic_complexity + - trailing_whitespace excluded: - .build