Skip to content

Commit

Permalink
Merge pull request #671 from Iceber/remove_golangci_deprecated_linter
Browse files Browse the repository at this point in the history
golangci-lint: remove deprecated linters
  • Loading branch information
Iceber authored Jun 14, 2024
2 parents c36e74d + 36dae5a commit f90500a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ linters:
disable-all: true
enable:
- bodyclose
- deadcode
- dupl
- errcheck
- gci
Expand All @@ -16,10 +15,8 @@ linters:
- ineffassign
- misspell
- staticcheck
- structcheck
- typecheck
- unused
- varcheck
- whitespace
linters-settings:
goimports:
Expand Down

0 comments on commit f90500a

Please sign in to comment.