5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-11-14 15:30:27 +00:00
matterbridge/vendor/github.com/hashicorp/golang-lru/.golangci.yml
2023-01-28 22:57:53 +01:00

31 lines
441 B
YAML

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