Skip to content

Commit

Permalink
chore: remove varcheck check (#849)
Browse files Browse the repository at this point in the history
```
WARN [runner] The linter 'varcheck' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter. Replaced by unused.
```

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 authored Jan 10, 2024
1 parent 42f2997 commit 67a171f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ linters:
- govet
- ineffassign
- typecheck
- varcheck
# - varcheck # deprecated - https://github.com/golangci/golangci-lint/issues/1841
- stylecheck
- tagliatelle
disable:
Expand Down

0 comments on commit 67a171f

Please sign in to comment.