feat: increased swiftlint file_length rule from 600 to 800

This commit is contained in:
Serhiy Mytrovtsiy
2022-05-24 23:26:53 +02:00
parent c93f9f4e1e
commit 49164388ca
3 changed files with 7 additions and 9 deletions

View File

@@ -45,5 +45,5 @@ type_body_length:
- 400
file_length:
- 600
- 800
- 800
- 1000