Enable SwiftLint rule 'private_action' and fix all violations
This commit is contained in:
parent
70d605e412
commit
fe380d4d65
17 changed files with 23 additions and 23 deletions
|
|
@ -125,7 +125,7 @@ whitelist_rules:
|
|||
- pattern_matching_keywords
|
||||
- prefer_self_type_over_type_of_self
|
||||
# - prefixed_toplevel_constant # Violations are mostly in test code.
|
||||
# - private_action
|
||||
- private_action
|
||||
# - private_outlet
|
||||
- private_over_fileprivate
|
||||
- private_unit_test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue