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