summaryrefslogtreecommitdiffstats
path: root/clippy.toml
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2021-08-30 23:48:11 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2021-09-05 19:09:11 -0400
commitb1889b09344fea9eef98e5c2b9ce3b269dc8234b (patch)
tree2f0650e02a5256249fededd249603f5dda539aea /clippy.toml
parent27736b7fc048a9fbc8621d98ee99a4eb521a8c24 (diff)
refactor: add text input
Diffstat (limited to 'clippy.toml')
-rw-r--r--clippy.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy.toml b/clippy.toml
index e25ae33d..c880be68 100644
--- a/clippy.toml
+++ b/clippy.toml
@@ -1,3 +1,3 @@
cognitive-complexity-threshold = 100
type-complexity-threshold = 500
-too-many-arguments-threshold = 8
+too-many-arguments-threshold = 10