Keep SwiftLint rule 'prefixed_toplevel_constant' disabled
This commit is contained in:
parent
f41fd7c551
commit
70d605e412
2 changed files with 5 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue