Skip to content

Commit

Permalink
chore: deny workspace-dependency antipatterns
Browse files Browse the repository at this point in the history
  • Loading branch information
cbgbt committed Aug 8, 2024
1 parent 049d35f commit 6e824b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,8 @@ skip = [
# abi_stable is using an older version of syn
{ name = "syn", version = "1" },
]

[bans.workspace-dependencies]
duplicates = "deny"
include-path-dependencies = true
unused = "deny"

0 comments on commit 6e824b1

Please sign in to comment.