From f41fd7c551c2b137961e4e0ca5a796f2a09fc7c7 Mon Sep 17 00:00:00 2001 From: Danny Moesch Date: Sun, 5 Jul 2020 00:50:12 +0200 Subject: [PATCH] Keep SwiftLint rule 'number_separator' disabled --- .swiftlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.swiftlint.yml b/.swiftlint.yml index 69347e8..3100308 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -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