feat: changed swiftlint rules for body and file length

This commit is contained in:
Serhiy Mytrovtsiy
2022-10-04 21:45:40 +02:00
parent 42515ca1b5
commit e02586b7f4
4 changed files with 5 additions and 7 deletions

View File

@@ -41,9 +41,9 @@ function_body_length:
- 100
type_body_length:
- 300
- 400
- 450
- 600
file_length:
- 800
- 1000
- 1200
- 1600