Skip to content

Commit

Permalink
disable linter warnings, won't fix them in this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
gballet committed Oct 28, 2024
1 parent ff97fbe commit d134ccf
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,21 @@ issues:
text: 'SA1019: "github.com/golang/protobuf/proto" is deprecated: Use the "google.golang.org/protobuf/proto" package instead.'
- path: accounts/usbwallet/trezor/
text: 'SA1019: "github.com/golang/protobuf/proto" is deprecated: Use the "google.golang.org/protobuf/proto" package instead.'
- path: accounts/scwallet/securechannel.go
linters:
- staticcheck
- path: p2p/rlpx/rlpx.go
linters:
- staticcheck
- path: crypto/ecies/ecies.go
linters:
- staticcheck
- path: crypto/crypto.go
linters:
- staticcheck
- path: crypto/signature_cgo.go
linters:
- staticcheck
exclude:
- 'SA1019: event.TypeMux is deprecated: use Feed'
- 'SA1019: strings.Title is deprecated'
Expand Down

0 comments on commit d134ccf

Please sign in to comment.