Skip to content

Commit 44bee62

Browse files
committed
Disable linter rule causing error
1 parent 1f565dd commit 44bee62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.swiftlint.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ disabled_rules:
1010
- trailing_comma # Conflicts with swift-format
1111
- file_length
1212
- force_cast # Required a lot in backend implementations
13+
- function_body_length
1314

1415
line_length: 140
1516
type_body_length: 400

0 commit comments

Comments
 (0)