Skip to content

Commit

Permalink
Remove deprecated go linters
Browse files Browse the repository at this point in the history
The linters have not been updated in 3-6 years and have been deprecated.
golangci/golangci-lint#3125
  • Loading branch information
lucacome committed Aug 23, 2022
1 parent fea43bc commit 7523f05
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .golangci.yml
Expand Up @@ -34,7 +34,6 @@ linters-settings:
linters:
enable:
- asciicheck
- deadcode
- errcheck
- errorlint
- gocyclo
Expand All @@ -53,12 +52,10 @@ linters:
- promlinter
- revive
- staticcheck
- structcheck
- typecheck
- unconvert
- unparam
- unused
- varcheck
- wastedassign
disable-all: true
issues:
Expand Down

0 comments on commit 7523f05

Please sign in to comment.