Keep SwiftLint rule 'prefixed_toplevel_constant' disabled

This commit is contained in:
Danny Moesch 2020-07-05 22:46:21 +02:00 committed by Mingshen Sun
parent f41fd7c551
commit 70d605e412
2 changed files with 5 additions and 7 deletions

View file

@ -124,7 +124,7 @@ whitelist_rules:
- override_in_extension
- pattern_matching_keywords
- prefer_self_type_over_type_of_self
# - prefixed_toplevel_constant
# - prefixed_toplevel_constant # Violations are mostly in test code.
# - private_action
# - private_outlet
- private_over_fileprivate