1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-13 07:51:32 +05:30
Files
Sebastiaan van Stijn 4142982fb8 Dockerfile: update golangci-lint to v2.5
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-10-01 15:55:19 +02:00

24 lines
409 B
YAML

version: "2"
run:
modules-download-mode: vendor
linters:
default: none
enable:
- govet
- ineffassign
- misspell
- revive
- staticcheck
- unused
settings:
revive:
rules:
- name: package-comments # https://github.com/mgechev/revive/blob/master/RULES_DESCRIPTIONS.md#package-comments
disabled: true
formatters:
enable:
- gofmt
- goimports