Keep SwiftLint rule 'number_separator' disabled
This commit is contained in:
parent
b032ed2df3
commit
f41fd7c551
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ whitelist_rules:
|
||||||
- nslocalizedstring_key
|
- nslocalizedstring_key
|
||||||
- nslocalizedstring_require_bundle
|
- nslocalizedstring_require_bundle
|
||||||
- nsobject_prefer_isequal
|
- nsobject_prefer_isequal
|
||||||
# - number_separator
|
# - number_separator # Contradicts with SwiftFormat rule 'decimalgrouping'. There are not many numbers anyway in the source code.
|
||||||
- object_literal
|
- object_literal
|
||||||
- opening_brace
|
- opening_brace
|
||||||
- operator_usage_whitespace
|
- operator_usage_whitespace
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue