Open
Description
Description
this feature would ignore warnings in all files except the one that was specifically requested.
this would be mainly useful for contributing to large projects that do not use clippy as part of CI, as you want to check for mistakes in your code, not code that everyone else wrote.
this would be equivalent to setting #![allow(clippy::all)]
in the crate root, then adding #![warn(clippy::all)]
in the specified file, but without the inconvenience of temporary edits.
Version
No response
Additional Labels
No response