Skip to content

Commit 063ceb0

Browse files
committed
ci(contracts): opt crates into workspace lint suppressions (#137)
1 parent 55cd667 commit 063ceb0

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

contracts/contracts/group_treasury/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ soroban-sdk = { workspace = true }
1313

1414
[dev-dependencies]
1515
soroban-sdk = { workspace = true, features = ["testutils"] }
16+
17+
[lints]
18+
workspace = true

contracts/contracts/proposals/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ soroban-sdk = { workspace = true }
1313

1414
[dev-dependencies]
1515
soroban-sdk = { workspace = true, features = ["testutils"] }
16+
17+
[lints]
18+
workspace = true

contracts/contracts/token_transfer/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ soroban-sdk = { workspace = true }
1313

1414
[dev-dependencies]
1515
soroban-sdk = { workspace = true, features = ["testutils"] }
16+
17+
[lints]
18+
workspace = true

0 commit comments

Comments
 (0)