Files
continuwuity/clippy.toml
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
430 B
TOML
Raw Normal View History

2024-06-03 06:54:58 +00:00
array-size-threshold = 4096
cognitive-complexity-threshold = 94 # TODO reduce me ALARA
excessive-nesting-threshold = 11 # TODO reduce me to 4 or 5
future-size-threshold = 7745 # TODO reduce me ALARA
2024-06-09 04:40:19 +00:00
stack-size-threshold = 144000 # reduce me ALARA
2024-06-03 06:54:58 +00:00
too-many-lines-threshold = 700 # TODO reduce me to <= 100
type-complexity-threshold = 250 # reduce me to ~200