summaryrefslogtreecommitdiffstats
path: root/clippy.toml
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2021-08-26 16:49:20 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2021-08-28 04:16:12 -0400
commit0afc371eaa9a608861ff79f5a2164e578ac0014f (patch)
treeff38b34439369283ff59f2d1e05248452e3083a1 /clippy.toml
parentdd7e183ec8a152d5fda84c49a7f79141171e1448 (diff)
refactor: start moving over drawing system
In particular, moving over table-style widgets
Diffstat (limited to 'clippy.toml')
-rw-r--r--clippy.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/clippy.toml b/clippy.toml
index b3a62dba..e25ae33d 100644
--- a/clippy.toml
+++ b/clippy.toml
@@ -1,2 +1,3 @@
cognitive-complexity-threshold = 100
-type-complexity-threshold = 500 \ No newline at end of file
+type-complexity-threshold = 500
+too-many-arguments-threshold = 8