Keep SwiftLint rule 'attributes' disabled
This commit is contained in:
parent
bd64c7078a
commit
a93ade06e8
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ excluded:
|
||||||
whitelist_rules:
|
whitelist_rules:
|
||||||
- anyobject_protocol
|
- anyobject_protocol
|
||||||
- array_init
|
- array_init
|
||||||
# - attributes
|
# - attributes # Contradicts with SwiftFormat option 'funcattributes = prev-line'.
|
||||||
- block_based_kvo
|
- block_based_kvo
|
||||||
# - class_delegate_protocol
|
# - class_delegate_protocol
|
||||||
- closing_brace
|
- closing_brace
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue