From a93ade06e8d0e2a029412e70dcd47cb6d712084a Mon Sep 17 00:00:00 2001 From: Danny Moesch Date: Sat, 4 Jul 2020 21:51:56 +0200 Subject: [PATCH] Keep SwiftLint rule 'attributes' disabled --- .swiftlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.swiftlint.yml b/.swiftlint.yml index 1c96af2..ed30a86 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -8,7 +8,7 @@ excluded: whitelist_rules: - anyobject_protocol - array_init -# - attributes +# - attributes # Contradicts with SwiftFormat option 'funcattributes = prev-line'. - block_based_kvo # - class_delegate_protocol - closing_brace