We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 080152c commit ab1c999Copy full SHA for ab1c999
.golangci.yaml
@@ -37,7 +37,6 @@ linters:
37
- unconvert
38
# - unparam
39
- unused
40
- - varcheck
41
- whitespace
42
linters-settings:
43
funlen:
hack/install-tools.sh
@@ -44,7 +44,7 @@ _install_revive() {
44
}
45
46
_install_golangci_lint() {
47
- _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
48
49
50
_install_yq() {
0 commit comments