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 6, 2025
1 parent 060642f commit c702620
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 c702620

Please sign in to comment.