Skip to content

Commit 705c3b4

Browse files
committed
update max number of lines on swift lint and codeclimate ymls
1 parent 9af33ce commit 705c3b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.codeclimate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ checks:
88
threshold: 5
99
file-lines:
1010
config:
11-
threshold: 250
11+
threshold: 500
1212
method-complexity:
1313
config:
1414
threshold: 5

.swiftlint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ type_body_length:
2929
- 400 # error
3030
file_length:
3131
- 500 # warning
32-
- 1200 # error
32+
- 850 # error
3333
function_parameter_count:
3434
- 6 # warning
3535
- 8 # error

0 commit comments

Comments
 (0)