瀏覽代碼

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"