well-goknown/vendor/github.com/greatroar/blobloom/.golangci.yml

26 lines
332 B
YAML
Raw Normal View History

2024-10-29 00:11:29 +00:00
# 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