Enable SwiftLint rule 'strict_fileprivate' and fix all violations
This commit is contained in:
parent
67301d64d3
commit
79dbac4e9e
2 changed files with 3 additions and 3 deletions
|
|
@ -155,7 +155,7 @@ whitelist_rules:
|
|||
# - sorted_imports # Managed by SwiftFormat.
|
||||
- statement_position
|
||||
# - static_operator
|
||||
# - strict_fileprivate
|
||||
- strict_fileprivate
|
||||
- strong_iboutlet
|
||||
- superfluous_disable_command
|
||||
- switch_case_alignment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue