diff --git a/.swiftlint.yml b/.swiftlint.yml index 78bff2f..8d99afc 100755 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -56,6 +56,12 @@ custom_rules: name: "If as Guard" message: "Don't use an if statement to just return – use guard for such cases instead." severity: warning + inline_comment_space: + included: ".*.swift" + regex: '[^\s(\/\/)]+([ ]{2,}|)(?