소스 검색

slightly increase allowed function complexity to allow our callbacks

B. Petersen 6 년 전
부모
커밋
7c78eff1fa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .swiftlint.yml

+ 1 - 1
.swiftlint.yml

@@ -49,7 +49,7 @@ file_length:
   ignore_comment_only_lines: true
 
 cyclomatic_complexity:
-  warning: 15
+  warning: 20
   error: 25
 
 reporter: "xcode"