Skip to content

Commit 91a72d5

Browse files
committed
increase min function body length to 50 in linting
1 parent 8732d34 commit 91a72d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .swiftlint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ type_body_length:
1414
- 300 # warning
1515
- 800 # error
1616
function_body_length:
17-
- 40
18-
- 246
17+
- 50
18+
- 250

0 commit comments

Comments
 (0)