Keep SwiftLint rule 'explicit_enum_raw_value' disabled
This commit is contained in:
parent
f139f45370
commit
8861aaa7e1
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ whitelist_rules:
|
|||
- enum_case_associated_values_count
|
||||
- expiring_todo
|
||||
# - explicit_acl
|
||||
# - explicit_enum_raw_value
|
||||
# - explicit_enum_raw_value # Disabled in favor of 'redundant_string_enum_value'.
|
||||
- explicit_init
|
||||
- explicit_self
|
||||
# - explicit_top_level_acl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue