ソースを参照

Disable SwiftLint identifier_name rule

Tom Baranes 8 年 前
コミット
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