Skip to content

Commit 5f88a5e

Browse files
authored
fix(deny): allow-wildcard-paths is a bool, set to true for workspace path deps (#404)
1 parent a5bafed commit 5f88a5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deny.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ exceptions = []
3232
[bans]
3333
multiple-versions = "warn"
3434
wildcards = "deny"
35-
allow-wildcard-paths = []
35+
allow-wildcard-paths = true
3636
deny = []
3737
skip = []
3838
skip-tree = []

0 commit comments

Comments
 (0)