Skip to content

Commit

Permalink
fix(ci): remove deprecated linters
Browse files Browse the repository at this point in the history
  • Loading branch information
sentriz committed May 11, 2021
1 parent f3bc3ae commit 3382af7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .golangci.yml
Expand Up @@ -11,6 +11,7 @@ linters:
- depguard
- dogsled
- errcheck
- exportloopref
- gochecknoglobals
- gochecknoinits
- goconst
Expand All @@ -23,12 +24,10 @@ linters:
- gosimple
- govet
- ineffassign
- interfacer
- lll
- misspell
- nakedret
- rowserrcheck
- scopelint
- staticcheck
- structcheck
- stylecheck
Expand Down

0 comments on commit 3382af7

Please sign in to comment.