1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-13 16:01:28 +05:30

remove deprecated golangci-lint linters

Linters 'deadcode', 'structcheck', 'varcheck' are deprecated
since v1.49.0 and had been replaced by 'unused'.

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2023-04-16 11:22:02 +02:00
parent e9656dd67f
commit d5c91a2f56
-3
View File
@@ -6,17 +6,14 @@ linters:
enable: enable:
- gofmt - gofmt
- govet - govet
- deadcode
- depguard - depguard
- goimports - goimports
- ineffassign - ineffassign
- misspell - misspell
- unused - unused
- varcheck
- revive - revive
- staticcheck - staticcheck
- typecheck - typecheck
- structcheck
disable-all: true disable-all: true
linters-settings: linters-settings: