Skip to content

Commit f7c311d

Browse files
committed
fix: Update too many arguments threshold in Clippy configuration
1 parent 6194aec commit f7c311d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cognitive-complexity-threshold = 25
88
doc-valid-idents = ["HTTP", "IPC", "JSON", "API", "TCP", "UDP", "URL", "UUID", "CPU", "GPU", "CLI", "TTL", "LRU"]
99

1010
# Too many arguments threshold
11-
too-many-arguments-threshold = 7
11+
too-many-arguments-threshold = 10
1212

1313
# Too many lines threshold
1414
too-many-lines-threshold = 100

0 commit comments

Comments
 (0)