Configuring lint levels when using clippy-driver
· Issue #6799 · rust-lang/rust-clippy (original) (raw)
Now that Clippy describes a way to be used on its own (see #6782), it would be nice to have a way to customize the lints level outside of code.
That is, either having a way to pass the -A
/-W
/-D
/-F
flags (without __CLIPPY_HACKERY__
), or picking them up from the configuration file (see #6798).