From 016f05fbc0110bbc6edf942cf968bebedb83c309 Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Mon, 11 Feb 2019 13:43:27 +0300 Subject: [PATCH] fix too_many_empty_spaces rule --- xcode/.swiftlint.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xcode/.swiftlint.yml b/xcode/.swiftlint.yml index f0b9ec2..3e81483 100644 --- a/xcode/.swiftlint.yml +++ b/xcode/.swiftlint.yml @@ -169,10 +169,6 @@ custom_rules: - attribute.id - buildconfig.id - buildconfig.keyword - - comment.mark - - comment.url - - doccomment - - doccomment.field - identifier - keyword - number @@ -181,6 +177,10 @@ custom_rules: - placeholder # - string # all except string literals # - comment # and comments + # - comment.mark + # - comment.url + # - doccomment + # - doccomment.field - string_interpolation_anchor - typeidentifier