Procházet zdrojové kódy

Disable SwiftLint identifier_name rule

Tom Baranes před 8 roky
rodič
revize
7a0b17dc29
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      .swiftlint.yml

+ 1 - 0
.swiftlint.yml

@@ -4,6 +4,7 @@
 # rule identifiers to exclude from running
 # rule identifiers to exclude from running
 disabled_rules:
 disabled_rules:
 - line_length
 - line_length
+- identifier_name
 
 
 # configurable rules can be customized from this configuration file
 # configurable rules can be customized from this configuration file
 line_length: 250
 line_length: 250