Skip to content

Commit

Permalink
Remove deprecated linters
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferai committed Oct 31, 2022
1 parent bc1608d commit bdf35e3
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,20 @@
linters:
enable:
- megacheck
- golint
- revive
- govet
- unconvert
- megacheck
- structcheck
- gas
- gocyclo
- dupl
- misspell
- unparam
- varcheck
- deadcode
- unused
- typecheck
- ineffassign
- varcheck
- stylecheck
- scopelint
- exportloopref
- gocritic
- nakedret
- gosimple
Expand Down

0 comments on commit bdf35e3

Please sign in to comment.