Skip to content

Commit

Permalink
Merge pull request #355 from cbgbt/workspace-deps
Browse files Browse the repository at this point in the history
deny: add workspace dependency lints
  • Loading branch information
cbgbt committed Aug 28, 2024
2 parents 8f9dbc5 + 8a462c2 commit 4d19105
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 @@ -90,6 +90,11 @@ skip-tree = [
{ name = "windows-sys" },
]

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

[sources]
allow-git = [
"https://github.com/bottlerocket-os/bottlerocket-test-system",
Expand Down

0 comments on commit 4d19105

Please sign in to comment.