Skip to content

Commit

Permalink
hack: Bump golangci-lint to v1.47.3
Browse files Browse the repository at this point in the history
Remove already deprecated[1] linter 'varcheck'.

[1] https://golangci-lint.run/product/roadmap/#v1490

Signed-off-by: Anoop C S <anoopcs@samba.org>
  • Loading branch information
anoopcs9 committed Feb 23, 2023
1 parent a6f86cd commit 8429483
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ linters:
- unconvert
# - unparam
- unused
- varcheck
- whitespace
linters-settings:
funlen:
Expand Down
2 changes: 1 addition & 1 deletion hack/install-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ _install_revive() {
}

_install_golangci_lint() {
_install_tool github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2
_install_tool github.com/golangci/golangci-lint/cmd/golangci-lint@v1.51.2
}

_install_yq() {
Expand Down

0 comments on commit 8429483

Please sign in to comment.