Skip to content

Commit

Permalink
Merge pull request #110 from cbgbt/deny-workspace-deps
Browse files Browse the repository at this point in the history
deny: add workspace dependency lints
  • Loading branch information
cbgbt authored Aug 30, 2024
2 parents 60b618b + b33b0a5 commit a31fa58
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sources/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ skip-tree = [
{ name = "darling", version = "=0.14" },
]

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

[advisories]
# generational-arena is currently unmaintained.
ignore = [
Expand Down

0 comments on commit a31fa58

Please sign in to comment.