Update SwiftLint to version 0.44.0 (#507)
This commit is contained in:
parent
f2ab400f4b
commit
82eb13f43c
2 changed files with 4 additions and 1 deletions
|
|
@ -10,6 +10,7 @@ excluded:
|
|||
## Active rules
|
||||
|
||||
only_rules:
|
||||
# - anonymous_argument_in_multiline_closure
|
||||
- anyobject_protocol
|
||||
- array_init
|
||||
- attributes
|
||||
|
|
@ -39,9 +40,11 @@ only_rules:
|
|||
- discarded_notification_center_observer
|
||||
- discouraged_assert
|
||||
- discouraged_direct_init
|
||||
# - discouraged_none_name
|
||||
# - discouraged_object_literal
|
||||
- discouraged_optional_boolean
|
||||
# - discouraged_optional_collection # Too many false positives in implementations of system protocols.
|
||||
- duplicated_key_in_dictionary_literal
|
||||
- duplicate_enum_cases
|
||||
- duplicate_imports
|
||||
- dynamic_inline
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue