Ver Fonte

Disable trailing_whitespace rule on .swiftlint.yml

Andrea Bizzotto há 8 anos atrás
pai
commit
51b5907135
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      .swiftlint.yml

+ 1 - 0
.swiftlint.yml

@@ -5,6 +5,7 @@
 disabled_rules:
 - line_length
 - identifier_name
+- trailing_whitespace
 
 # configurable rules can be customized from this configuration file
 line_length: 250