diff options
Diffstat (limited to '')
| -rw-r--r-- | clippy.toml | 8 |
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 @@ | |||
| 1 | stack-size-threshold = 393216 | ||
| 2 | future-size-threshold = 24576 | ||
| 3 | array-size-threshold = 4096 | ||
| 4 | large-error-threshold = 256 # TODO reduce me ALARA | ||
| 5 | too-many-lines-threshold = 100 # TODO reduce me to <= 100 | ||
| 6 | excessive-nesting-threshold = 3 | ||
| 7 | type-complexity-threshold = 250 # reduce me to ~200 | ||
| 8 | cognitive-complexity-threshold = 100 # TODO reduce me ALARA | ||
