-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: false-positive warning "scheme modifiers are unnecessary" #706
Labels
bug
Something isn't working
Comments
It's not a false positive, scheme modifiers are irrelevant and are not used when matching urls. |
It should not be an error/warning - as it breaks people's CI while it is no real issue |
Please reopen |
It's trivial to fix your config to not get the warning, but sure, I'll remove it I guess. |
Jake-Shadle
added a commit
that referenced
this issue
Nov 15, 2024
Merged
Jake-Shadle
added a commit
that referenced
this issue
Nov 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I get the
scheme modifiers are unnecessary
warning forgit+ssh://
URL atallow-git
.To reproduce
cargo-deny version
cargo-deny 0.16.1
What OS were you running cargo-deny on?
MacOS
Additional context
No response
The text was updated successfully, but these errors were encountered: