Configuring lint levels on clippy.toml · Issue #6798 · rust-lang/rust-clippy (original) (raw)

Since we already have a configuration file, it'd be nice to be able to set the lint levels in it, instead of passing them as flags or putting them in the code (which can lead to a lot of repetition for projects with many individual crates).

(Perhaps on a new file, considering #3013)