Эх сурвалжийг харах

Disable SwiftLint identifier_name rule

Tom Baranes 8 жил өмнө
parent
commit
7a0b17dc29
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      .swiftlint.yml

+ 1 - 0
.swiftlint.yml

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