Keep SwiftLint rule 'attributes' disabled

This commit is contained in:
Danny Moesch 2020-07-04 21:51:56 +02:00 committed by Mingshen Sun
parent bd64c7078a
commit a93ade06e8

View file

@ -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