From 7e6d866552ea2b2bfd309209f1b6e4fa41aa4198 Mon Sep 17 00:00:00 2001 From: Felix Mau Date: Sat, 31 Aug 2019 10:23:59 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20::=20Format=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use same string definition `'` --- Example/.swiftlint.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Example/.swiftlint.yml b/Example/.swiftlint.yml index be2e3fc..f2ff817 100644 --- a/Example/.swiftlint.yml +++ b/Example/.swiftlint.yml @@ -65,22 +65,22 @@ excluded: custom_rules: comments_space: - name: "Space After Comment" + name: 'Space After Comment' regex: '(^ *//\w+)' - message: "There should be a space after //." + message: 'There should be a space after //.' severity: warning empty_line_after_guard: - name: "Empty Line After Guard" + name: 'Empty Line After Guard' regex: '(^ *guard[ a-zA-Z0-9=?.\(\),>