Open
Description
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