Skip to content

Commit

Permalink
fix(CI): disable path dependencies in workspace lint
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvigneshwars committed Feb 12, 2025
1 parent 8400901 commit 664074e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]

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

0 comments on commit 664074e

Please sign in to comment.