Browse Source

disable trailing_whitespaces for now

cyberta 5 years ago
parent
commit
536c35e138
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .swiftlint.yml

+ 1 - 0
.swiftlint.yml

@@ -6,6 +6,7 @@ disabled_rules:
 - trailing_comma
 - large_tuple
 - todo
+- trailing_whitespace
 
 excluded:
 - Carthage