Skip to content

Commit 063467f

Browse files
committed
fix: adjust SwiftLint configuration for complex types
1 parent 1fa7666 commit 063467f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.swiftlint.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ disabled_rules:
22
- line_length
33
- trailing_comma
44
- redundant_discardable_let
5+
- nesting
56

67
opt_in_rules:
78
- explicit_init
@@ -42,8 +43,8 @@ function_body_length:
4243

4344
# Function parameter count
4445
function_parameter_count:
45-
warning: 6
46-
error: 8
46+
warning: 15
47+
error: 20
4748

4849
# Cyclomatic complexity
4950
cyclomatic_complexity:

0 commit comments

Comments
 (0)