We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5c33e7 commit 060d2f2Copy full SHA for 060d2f2
.golangci.yaml
@@ -6,7 +6,6 @@ linters:
6
enable:
7
- asciicheck
8
# - deadcode
9
- - depguard
10
- dupl
11
- errcheck
12
- exhaustive
@@ -37,7 +36,6 @@ linters:
37
36
- 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.53.3
48
49
50
_install_yq() {
0 commit comments