Ver Fonte

allow larger files; lenght does not neccessarily mean complexity; unneeded splits may add more complexity as lenght

B. Petersen há 4 anos atrás
pai
commit
1e198c6ed4
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      .swiftlint.yml

+ 2 - 2
.swiftlint.yml

@@ -43,8 +43,8 @@ function_parameter_count:
   error: 8
   error: 8
 
 
 file_length:
 file_length:
-  warning: 1000
-  error: 1500
+  warning: 2000
+  error: 3000
   ignore_comment_only_lines: true
   ignore_comment_only_lines: true
 
 
 cyclomatic_complexity:
 cyclomatic_complexity: