From bb74a8099ce37ddf587af02352db82ca2e1bc5dc Mon Sep 17 00:00:00 2001 From: "file-sync-app[bot]" <89714990+file-sync-app[bot]@users.noreply.github.com> Date: Sun, 4 Sep 2022 06:18:22 +0000 Subject: [PATCH] Update SwiftLint config for 0.49.1 --- .swiftlint.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.swiftlint.yml b/.swiftlint.yml index 3877e57..437e9f0 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -1,4 +1,4 @@ -# Updated for 0.49.0 +# Updated for 0.49.1 excluded: - ".build" @@ -96,6 +96,7 @@ opt_in_rules: - return_value_from_void_function - accessibility_label_for_image - comma_inheritance + - self_binding disabled_rules: - trailing_comma