We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9af33ce commit 705c3b4Copy full SHA for 705c3b4
.codeclimate.yml
@@ -8,7 +8,7 @@ checks:
8
threshold: 5
9
file-lines:
10
config:
11
- threshold: 250
+ threshold: 500
12
method-complexity:
13
14
.swiftlint.yml
@@ -29,7 +29,7 @@ type_body_length:
29
- 400 # error
30
file_length:
31
- 500 # warning
32
- - 1200 # error
+ - 850 # error
33
function_parameter_count:
34
- 6 # warning
35
- 8 # error
0 commit comments