We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0622d74 + b867e2d commit 7b71b9aCopy full SHA for 7b71b9a
.golangci.yaml
@@ -8,6 +8,7 @@ linters:
8
- ireturn
9
- mnd
10
- varnamelen
11
+ - unqueryvet
12
- wrapcheck
13
- wsl
14
exclusions:
Makefile
@@ -2,7 +2,7 @@ GOCMD = go
2
GOTEST = $(GOCMD) test
3
4
# renovate: datasource=github-tags depName=golangci/golangci-lint
5
-GOLANGCI_VERSION ?= v2.7.2
+GOLANGCI_VERSION ?= v2.8.0
6
TOOLS_BIN := $(shell mkdir -p build/tools && realpath build/tools)
7
GOLANGCI = $(TOOLS_BIN)/golangci-lint-$(GOLANGCI_VERSION)
0 commit comments