0
0
Fork 0
mirror of https://github.com/crazy-max/diun.git synced 2025-04-28 20:52:25 +00:00
crazy-max_diun/vendor/github.com/tonistiigi/go-csvvalue/.golangci.yml

30 lines
410 B
YAML

run:
timeout: 10m
linters:
enable:
- bodyclose
- depguard
- errname
- forbidigo
- gocritic
- gofmt
- goimports
- gosec
- gosimple
- govet
- importas
- ineffassign
- makezero
- misspell
- noctx
- nolintlint
- revive
- staticcheck
- typecheck
- unused
- whitespace
disable-all: true
issues:
exclude-use-default: false