dnscrypt-proxy/vendor/github.com/hashicorp/golang-lru/.golangci.yml

31 lines
441 B
YAML
Raw Normal View History

2023-08-08 14:21:12 +02:00
linters:
enable:
- megacheck
- revive
- govet
- unconvert
- megacheck
- gas
- gocyclo
- dupl
- misspell
- unparam
- unused
- typecheck
- ineffassign
- stylecheck
- exportloopref
- gocritic
- nakedret
- gosimple
- prealloc
fast: false
disable-all: true
issues:
exclude-rules:
- path: _test\.go
linters:
- dupl
exclude-use-default: false