From 0f02f20d1b8d5ae32b3044a9ff28c8f2860d3da4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20K=C3=B6tte?= Date: Wed, 27 Sep 2023 23:17:01 -0700 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