Allow setting lints.workspace
as false
#13821
Labels
A-lints-table
Area: [lints] table
A-workspace-inheritance
Area: workspace inheritance RFC 2906
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
S-triage
Status: This issue is waiting on initial triage.
Problem
I expect to be able to set lints.workspace to false to explicitly opt out of the workspace lints.
Currently this is not allowed.
It would also be helpful for a potential lint like rust-lang/rust-clippy#11933.
Proposed Solution
Treat
lints.workspace = false
the same as not setting it at all.Notes
No response
The text was updated successfully, but these errors were encountered: