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.
Yes, I would like to use wildcards = "deny", but only for non-path-based dependencies.
Describe the solution you'd like
Add a config option to specify whether wildcard checks apply to repository-local dependencies, preferably the default is no.
Describe alternatives you've considered
Change behavior to not apply wildcard checks to dependencies specified by path.
Additional context
None
The text was updated successfully, but these errors were encountered:
Running into this in DioxusLabs/taffy#258, where I'm attempting to enable features for tests and examples using dev-dependencies. I can set a fixed version, but can't publish my crate with it.
* Add option to allow wildcard path dependencies
Adds an `allow-wildcard-paths` option for the `bans` check
which will allow path dependencies to use wildcard versions
if the crate is private or the dependency is a dev-dependency.
Closes issue #448
* Rustfmt
* Fix clippy lints
* Ignore atty advisory
* Oops
* Ignore wildcard paths in git sources
Co-authored-by: Jake Shadle <jake.shadle@embark-studios.com>
Is your feature request related to a problem? Please describe.
Yes, I would like to use
wildcards = "deny"
, but only for non-path-based dependencies.Describe the solution you'd like
Add a config option to specify whether wildcard checks apply to repository-local dependencies, preferably the default is no.
Describe alternatives you've considered
Change behavior to not apply wildcard checks to dependencies specified by path.
Additional context
None
The text was updated successfully, but these errors were encountered: