Skip to content

Commit 1d0db4b

Browse files
authored
deny solana-go module (#1485)
1 parent 73aa8dc commit 1d0db4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.golangci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ linters:
3434
desc: Use the standard library instead
3535
- pkg: github.com/ethereum/go-ethereum
3636
desc: This is a chain-agnostic repo
37+
- pkg: github.com/gagliardetto/solana-go
38+
desc: This is a chain-agnostic repo
3739
- pkg: github.com/go-gorm/gorm
3840
desc: Use github.com/jmoiron/sqlx directly instead
3941
- pkg: github.com/gofrs/uuid

0 commit comments

Comments
 (0)