File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ linters:
65
65
enable :
66
66
- asciicheck
67
67
- bodyclose
68
- - deadcode
69
68
- depguard
70
69
- dogsled
71
70
- dupl
@@ -105,14 +104,12 @@ linters:
105
104
- revive
106
105
- rowserrcheck
107
106
- staticcheck
108
- - structcheck
109
107
- stylecheck
110
108
# - testpackage
111
109
- typecheck
112
110
- unconvert
113
111
- unparam
114
112
- unused
115
- - varcheck
116
113
- whitespace
117
114
# - wsl
118
115
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ fmt: gci addlicense
59
59
# Install golangci-lint if not available
60
60
golangci-lint :
61
61
ifeq (, $(shell which golangci-lint) )
62
- @go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.48
62
+ @go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.50.1
63
63
GOLANGCILINT =$(GOBIN ) /golangci-lint
64
64
else
65
65
GOLANGCILINT =$(shell which golangci-lint)
You can’t perform that action at this time.
0 commit comments