aboutsummaryrefslogtreecommitdiffstats
path: root/clippy.toml
diff options
context:
space:
mode:
Diffstat (limited to 'clippy.toml')
-rw-r--r--clippy.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/clippy.toml b/clippy.toml
new file mode 100644
index 0000000..f688e0a
--- /dev/null
+++ b/clippy.toml
@@ -0,0 +1,8 @@
1stack-size-threshold = 393216
2future-size-threshold = 24576
3array-size-threshold = 4096
4large-error-threshold = 256 # TODO reduce me ALARA
5too-many-lines-threshold = 100 # TODO reduce me to <= 100
6excessive-nesting-threshold = 3
7type-complexity-threshold = 250 # reduce me to ~200
8cognitive-complexity-threshold = 100 # TODO reduce me ALARA