Enable SwiftLint rule 'strict_fileprivate' and fix all violations

This commit is contained in:
Danny Moesch 2020-07-05 23:09:10 +02:00 committed by Mingshen Sun
parent 67301d64d3
commit 79dbac4e9e
2 changed files with 3 additions and 3 deletions

View file

@ -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