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=?.\(\),>