Skip to content

Commit

Permalink
Remove deprecated go linters (#117)
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 25, 2022
1 parent b1669c0 commit f27f379
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 @@ -49,12 +48,10 @@ linters:
- predeclared
- revive
- staticcheck
- structcheck
- typecheck
- unconvert
- unparam
- unused
- varcheck
- wastedassign
disable-all: true
issues:
Expand Down

0 comments on commit f27f379

Please sign in to comment.