1 2 3 4 5 6 7
# Clippy threshold configuration. # Applied locally within the rmcp-server-kit crate. cognitive-complexity-threshold = 25 too-many-lines-threshold = 100 max-fn-params-bools = 3 enum-variant-size-threshold = 200