aboutsummaryrefslogtreecommitdiff
path: root/clippy.toml
diff options
context:
space:
mode:
authorRubén Beltrán del Río <jj@r.bdr.sh>2026-01-17 11:22:22 +0100
committerRubén Beltrán del Río <jj@r.bdr.sh>2026-01-17 12:24:45 +0100
commit88d6bf80f5cdbbb90ead197bd41a67eb8c44e50e (patch)
tree401549b24fe8a747ef6739389b1b38f33ef016bb /clippy.toml
parent17898fbabde35ab346c133114e78614e707c0eca (diff)
Make clippy stricter and fix
Diffstat (limited to 'clippy.toml')
-rw-r--r--clippy.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/clippy.toml b/clippy.toml
new file mode 100644
index 0000000..4c47523
--- /dev/null
+++ b/clippy.toml
@@ -0,0 +1,3 @@
+allow-panic-in-tests = true
+allow-unwrap-in-tests = true
+allow-expect-in-tests = true