Enable SwiftLint rule 'overridden_super_call' and fix all violations
This commit is contained in:
parent
e1cb280d4a
commit
5270c92b76
4 changed files with 5 additions and 3 deletions
|
|
@ -120,7 +120,7 @@ whitelist_rules:
|
|||
- operator_whitespace
|
||||
- optional_enum_case_matching
|
||||
- orphaned_doc_comment
|
||||
# - overridden_super_call
|
||||
- overridden_super_call
|
||||
- override_in_extension
|
||||
- pattern_matching_keywords
|
||||
- prefer_self_type_over_type_of_self
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue