소스 검색

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