Skip to content

Commit

Permalink
[golangci-lint] silence deprecation warnings (lestrrat-go#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
lestrrat authored Aug 17, 2021
1 parent 085464a commit b7bddf2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,20 @@ linters:
- godox
- goerr113
- gofumpt
- golint #deprecated
- gomnd
- gosec
- govet
- interfacer # deprecated
- ifshort
- lll
- maligned # deprecated
- makezero
- nakedret
- nestif
- nlreturn
- paralleltest
- scopelint # deprecated
- tagliatelle
- testpackage
- thelper
Expand Down

0 comments on commit b7bddf2

Please sign in to comment.