Explorar el Código

Disable trailing_whitespace rule on .swiftlint.yml

Andrea Bizzotto hace 8 años
padre
commit
51b5907135
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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