We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c7b6f2 + 5aa9b62 commit 2137366Copy full SHA for 2137366
.golangci.yml
@@ -262,11 +262,11 @@ linters:
262
disable-all: true
263
enable:
264
- bodyclose
265
+ - copyloopvar
266
- depguard
267
- dogsled
268
- dupl
269
- errcheck
- - exportloopref
270
- funlen
271
- gocognit
272
- goconst
Makefile
@@ -12,7 +12,7 @@ ARCH ?= $(shell uname -m | sed -e 's/x86_64/amd64/' | sed -e 's/aarch64/arm64/')
12
GOTESTSUM_VERSION := 1.11.0
13
GOTESTSUM_FILE := support/bin/gotestsum-${GOTESTSUM_VERSION}
14
15
-GOLANGCI_LINT_VERSION := 1.60.1
+GOLANGCI_LINT_VERSION := 1.60.2
16
GOLANGCI_LINT_FILE := support/bin/golangci-lint-${GOLANGCI_LINT_VERSION}
17
18
export GOFLAGS := -mod=readonly
0 commit comments