Skip to content

Commit b652479

Browse files
committed
Re-enabled denying wildcard paths
1 parent e6f658f commit b652479

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ edition = "2021"
1111
# TODO(template) update for your repository
1212
repository = "https://github.com/NethermindEth/rust-template"
1313
license = "Apache-2.0" # TODO(template) update license if needed
14+
publish = false
1415

1516
[workspace.dependencies]
1617

deny.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ ignore = false
5151
registries = []
5252

5353
[bans]
54-
wildcards = "allow"
54+
wildcards = "deny"
55+
allow-wildcard-paths = true
5556
multiple-versions = "warn"
5657
highlight = "all"
5758

0 commit comments

Comments
 (0)