Browse Source

Disable SwiftLint identifier_name rule

Tom Baranes 8 years ago
parent
commit
7a0b17dc29
1 changed files with 1 additions and 0 deletions
  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