Keep SwiftLint rule 'number_separator' disabled

This commit is contained in:
Danny Moesch 2020-07-05 00:50:12 +02:00 committed by Mingshen Sun
parent b032ed2df3
commit f41fd7c551

View file

@ -113,7 +113,7 @@ whitelist_rules:
- nslocalizedstring_key
- nslocalizedstring_require_bundle
- nsobject_prefer_isequal
# - number_separator
# - number_separator # Contradicts with SwiftFormat rule 'decimalgrouping'. There are not many numbers anyway in the source code.
- object_literal
- opening_brace
- operator_usage_whitespace