From 9afcfa25ee3b42385e29ee9a054e43dedc8bb126 Mon Sep 17 00:00:00 2001 From: "file-sync-app[bot]" <89714990+file-sync-app[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 06:20:21 +0000 Subject: [PATCH] Update swiftlint config for 0.53.0 --- .swiftlint.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.swiftlint.yml b/.swiftlint.yml index 83529b9..534b666 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -1,4 +1,4 @@ -# Updated for 0.52.2 +# Updated for 0.53.0 excluded: - ".build" @@ -102,6 +102,7 @@ opt_in_rules: - superfluous_else - redundant_self_in_closure - unhandled_throwing_task + - private_swiftui_state disabled_rules: - trailing_comma