We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40d587b commit 718dec5Copy full SHA for 718dec5
lints/sysvar_get/ui/insecure/Cargo.toml
@@ -20,9 +20,3 @@ anchor-lang = "0.29.0"
20
anchor-spl = "0.29.0"
21
22
[workspace]
23
-
24
-[workspace.metadata.dylint]
25
-libraries = [
26
- { path = "../../../../../solana-lints-dev", pattern = "lints/*" },
27
- # { git = "https://github.com/crytic/solana-lints", pattern = "lints/*" },
28
-]
lints/sysvar_get/ui/secure/Cargo.toml
@@ -20,10 +20,3 @@ anchor-lang = "0.29.0"
-# [workspace.metadata.dylint]
-# libraries = [
-# { path = "../../../../../solana-lints-dev", pattern = "lints/*" },
-# # { git = "https://github.com/crytic/solana-lints", pattern = "lints/*" },
29
-# ]
0 commit comments