Merge pull request #32320 from mmorel-35/gomodguard_v2

fix(linters): update golangci-lint to 2.12.2
pull/32162/head
George Jenkins 2 months ago committed by GitHub
commit b46d116afe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
.github/env vendored

@ -1,2 +1,2 @@
GOLANG_VERSION=1.26 GOLANG_VERSION=1.26
GOLANGCI_LINT_VERSION=v2.11.3 GOLANGCI_LINT_VERSION=v2.12.2

@ -27,7 +27,7 @@ linters:
- exhaustive - exhaustive
- fatcontext - fatcontext
- gocritic - gocritic
- gomodguard - gomodguard_v2
- govet - govet
- ineffassign - ineffassign
- misspell - misspell
@ -102,12 +102,11 @@ linters:
- whyNoLint - whyNoLint
enable-all: true enable-all: true
gomodguard: gomodguard_v2:
blocked: blocked:
modules: - module: github.com/evanphx/json-patch
- github.com/evanphx/json-patch: recommendations:
recommendations: - github.com/evanphx/json-patch/v5
- github.com/evanphx/json-patch/v5
nolintlint: nolintlint:
require-specific: true require-specific: true

Loading…
Cancel
Save