We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f565dd commit 44bee62Copy full SHA for 44bee62
.swiftlint.yml
@@ -10,6 +10,7 @@ disabled_rules:
10
- trailing_comma # Conflicts with swift-format
11
- file_length
12
- force_cast # Required a lot in backend implementations
13
+ - function_body_length
14
15
line_length: 140
16
type_body_length: 400
0 commit comments