We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4670fb2 commit 07e3997Copy full SHA for 07e3997
backend/.golangci.yml
@@ -7,6 +7,6 @@ linters:
7
- gosimple
8
- unused
9
- structcheck
10
- - staticcheck
+# - staticcheck
11
- typecheck
12
- varcheck
backend/Makefile
@@ -173,7 +173,7 @@ install-deps:
173
174
check-lint:
175
ifeq (, $(shell which golangci-lint))
176
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.23.8
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.53.3
177
endif
178
ifeq (, $(shell which errcheck))
179
go install github.com/kisielk/errcheck@latest
0 commit comments