浏览代码

Disable trailing_whitespace rule on .swiftlint.yml

Andrea Bizzotto 8 年之前
父节点
当前提交
51b5907135
共有 1 个文件被更改,包括 1 次插入0 次删除
  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