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 bc9d31c commit 3e64f89
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .golangci.yml
Expand Up @@ -32,7 +32,6 @@ linters-settings:
linters:
enable:
- asciicheck
- deadcode
- errcheck
- errorlint
- gofmt
Expand All @@ -50,12 +49,10 @@ linters:
- promlinter
- revive
- staticcheck
- structcheck
- typecheck
- unconvert
- unparam
- unused
- varcheck
- wastedassign
disable-all: true
issues:
Expand Down

0 comments on commit 3e64f89

Please sign in to comment.