mirror of
https://github.com/docker/docker-credential-helpers.git
synced 2026-06-13 16:01:28 +05:30
4cdcdc29eb
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
14 lines
174 B
YAML
14 lines
174 B
YAML
linters-settings:
|
|
gocritic:
|
|
disabled-checks:
|
|
- ifElseChain
|
|
- elseif
|
|
|
|
linters:
|
|
enable:
|
|
- gofmt
|
|
- gocritic
|
|
- unconvert
|
|
- revive
|
|
- govet
|