Skip to content

Commit

Permalink
chore: the linter structcheck varcheck and deadcode are depreca…
Browse files Browse the repository at this point in the history
…ted (since v1.49.0) (#2550)

Co-authored-by: Sertaç Özercan <852750+sozercan@users.noreply.github.com>
  • Loading branch information
Fish-pro and sozercan committed Jan 31, 2023
1 parent 4a27fbf commit 431db17
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ linters-settings:
linters:
disable-all: true
enable:
- deadcode
- errcheck
- errorlint
- exportloopref
Expand All @@ -45,8 +44,6 @@ linters:
- misspell
- revive # replacement for golint
- staticcheck
- structcheck
- typecheck
- unused
- varcheck
- whitespace

0 comments on commit 431db17

Please sign in to comment.