Skip to content

Commit

Permalink
chore(lint): remove deprecated linters
Browse files Browse the repository at this point in the history
CI run reported that the `deadcode` and `varcheck` linters are deprecated and
replaced with `unused` which we are already using.
  • Loading branch information
rriski committed Dec 22, 2023
1 parent 1123955 commit db5b9ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .trunk/configs/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ issues:
linters:
disable-all: true
enable:
- deadcode
- errcheck
- gofmt
- gosimple
Expand All @@ -24,7 +23,6 @@ linters:
- staticcheck
- unconvert
- unused
- varcheck
- vet
- goimports
- gomnd
Expand Down

0 comments on commit db5b9ef

Please sign in to comment.