Procházet zdrojové kódy

Disable trailing_whitespace rule on .swiftlint.yml

Andrea Bizzotto před 8 roky
rodič
revize
51b5907135
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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