Skip to content

Commit 07e3997

Browse files
committed
uncomment staticcheck
1 parent 4670fb2 commit 07e3997

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ linters:
77
- gosimple
88
- unused
99
- structcheck
10-
- staticcheck
10+
# - staticcheck
1111
- typecheck
1212
- varcheck

backend/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ install-deps:
173173

174174
check-lint:
175175
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
176+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.53.3
177177
endif
178178
ifeq (, $(shell which errcheck))
179179
go install github.com/kisielk/errcheck@latest

0 commit comments

Comments
 (0)