well-goknown/vendor/github.com/greatroar/blobloom/.golangci.yml
2024-10-28 20:11:29 -04:00

26 lines
332 B
YAML

# Configuration for golangci-lint.
linters:
disable:
- asciicheck
enable:
- gocognit
- gocyclo
- godot
- gofumpt
- lll
- misspell
- nakedret
- thelper
issues:
exclude-rules:
- path: _test\.go
linters:
errcheck
linters-settings:
govet:
enable:
- atomicalign