From c702620de24cb57ab3715e6ad557de9b0c0fa92a Mon Sep 17 00:00:00 2001 From: iamvigneshwars Date: Thu, 6 Feb 2025 12:43:04 +0000 Subject: [PATCH] fix(CI): disable path dependencies in workspace lint --- backend/deny.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/deny.toml b/backend/deny.toml index 8bb217b0..6eed462e 100644 --- a/backend/deny.toml +++ b/backend/deny.toml @@ -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"