You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I am working on a project where I've not identified the license I want to use yet, but I still want to use licenses.unlicensed = "deny" to deny unlicensed and unclarified dependencies. Listing a license in either Cargo.toml or deny.toml would be inaccurate if I'm planning on keeping the project history.
Describe the solution you'd like
Maybe Clarification could have unlicensed: Option<true> or the like.
[[licenses.clarify]]
name = "my-neat-project"unlicensed = true
Describe alternatives you've considered
We're currently locking to cargo-deny 0.2 to keep this functionality as part of the skip key.
The text was updated successfully, but these errors were encountered:
I’d definitely prefer the top-level “unlicensed top level crates” lint argument, that’s a good approach — happy to implement if there's an agreed-upon config key :)
Is your feature request related to a problem? Please describe.
I am working on a project where I've not identified the license I want to use yet, but I still want to use
licenses.unlicensed = "deny"
to deny unlicensed and unclarified dependencies. Listing a license in either Cargo.toml or deny.toml would be inaccurate if I'm planning on keeping the project history.Describe the solution you'd like
Maybe
Clarification
could haveunlicensed: Option<true>
or the like.Describe alternatives you've considered
We're currently locking to cargo-deny 0.2 to keep this functionality as part of the
skip
key.The text was updated successfully, but these errors were encountered: