-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Labels
C-bugCategory: Clippy is not doing the correct thingCategory: Clippy is not doing the correct thingE-help-wantedCall for participation: Help is requested to fix this issue.Call for participation: Help is requested to fix this issue.good first issueThese issues are a good way to get started with ClippyThese issues are a good way to get started with Clippy
Description
... /opt/.cargo/registry/src/git.colasdn.top-1ecc6299db9ec823/im-12.3.1/clippy.toml
: found deprecated field cyclomatic-complexity-threshold
. Please use cognitive-complexity-threshold
instead.
I use clippy in CI, and started getting this error a few days ago. The error is coming from one of my dependencies, so I don't expect clippy to be checking it to begin with.
Is there a way to stop clippy from checking dependencies / make the error a warning instead?
LunaBorowska, fleupold, josojo and izik1
Metadata
Metadata
Assignees
Labels
C-bugCategory: Clippy is not doing the correct thingCategory: Clippy is not doing the correct thingE-help-wantedCall for participation: Help is requested to fix this issue.Call for participation: Help is requested to fix this issue.good first issueThese issues are a good way to get started with ClippyThese issues are a good way to get started with Clippy