Keep SwiftLint rule 'discouraged_optional_collection' disabled
This commit is contained in:
parent
2e6cf69b03
commit
37bcbdeef2
2 changed files with 17 additions and 18 deletions
|
|
@ -33,7 +33,7 @@ whitelist_rules:
|
|||
- discouraged_direct_init
|
||||
# - discouraged_object_literal
|
||||
- discouraged_optional_boolean
|
||||
# - discouraged_optional_collection
|
||||
# - discouraged_optional_collection # Too many false positives in implementations of system protocols.
|
||||
- duplicate_enum_cases
|
||||
- duplicate_imports
|
||||
- dynamic_inline
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue