diff --git a/.swiftlint.yml b/.swiftlint.yml index b92c9b21..709de1eb 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -27,6 +27,9 @@ only_rules: # Prefer `() -> ` over `Void -> `. - empty_parameters + # Empty strings should be compared to `""` only if `isEmpty` cannot be used. + - empty_string + # MARK comment should be in valid format. - mark