cli/.golangci.yml
2025-06-17 11:43:14 +02:00

18 lines
381 B
YAML

version: "2"
linters:
enable:
- nolintlint
disable:
# The following linters are disabled purely because this config was migrated to v2 where they are in the default
# set, and we should have separate work to enable them if we truly want them.
- staticcheck
- errcheck
formatters:
enable:
- gofmt
issues:
max-issues-per-linter: 0
max-same-issues: 0