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 a6f86cd commit 8429483Copy full SHA for 8429483
.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
@@ -29,7 +29,7 @@ _install_revive() {
29
}
30
31
_install_golangci_lint() {
32
- _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
33
34
35
_install_yq() {
0 commit comments