We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eed2722 commit 43aebe7Copy full SHA for 43aebe7
deny.toml
@@ -84,10 +84,10 @@ skip-tree = [
84
[sources]
85
# Lint level for what to happen when a crate from a crate registry that is not
86
# in the allow list is encountered
87
-unknown-registry = "warn"
+unknown-registry = "deny"
88
# Lint level for what to happen when a crate from a git repository that is not
89
90
-unknown-git = "warn"
+unknown-git = "deny"
91
# List of URLs for allowed crate registries. Defaults to the crates.io index
92
# if not specified. If it is specified but empty, no registries are allowed.
93
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
0 commit comments