File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 33
44linters :
55 enable :
6- - golint
76 - staticcheck
87
98issues :
Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ include Makefile.common
1818
1919DOCKER_IMAGE_NAME ?= aws-cloudwatch-exporter
2020
21- GOLANGCI_LINT_VERSION ?= v1.52.2
22-
2321APP_DEPENDENCIES := $(shell go list -m -f '{{if not (or .Indirect .Main) }}{{.Path}}{{end}}' all)
2422
2523# #@ go-mod-tidy
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_
8383
8484GOLANGCI_LINT :=
8585GOLANGCI_LINT_OPTS ?=
86- GOLANGCI_LINT_VERSION ?= v1.46 .2
86+ GOLANGCI_LINT_VERSION ?= v1.52 .2
8787# golangci-lint only supports linux, darwin and windows platforms on i386/amd64.
8888# windows isn't included here because of the path separator being different.
8989ifeq ($(GOHOSTOS),$(filter $(GOHOSTOS),linux darwin))
You can’t perform that action at this time.
0 commit comments