summaryrefslogtreecommitdiff
path: root/clippy.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2026-09-21 23:41:41 +0200
committerHampusM <hampus@hampusmat.com>2026-09-21 23:41:41 +0200
commitdfa772c8c901500f679249c9a6e0bd25b05ca4d7 (patch)
tree00b1a316af5ca2c48002888e141f7c5b0fe7e964 /clippy.toml
parent7a1f851b4d10912ac645b7167535c2c4d5345802 (diff)
chore: add clippy config
Diffstat (limited to 'clippy.toml')
-rw-r--r--clippy.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/clippy.toml b/clippy.toml
new file mode 100644
index 0000000..bf2ffdd
--- /dev/null
+++ b/clippy.toml
@@ -0,0 +1 @@
+type-complexity-threshold = 500