matterbridge/vendor/github.com/philippgille/gokv/.golangci.yml
Yousef Mansy c0f5d0c5f7 Add persistent message map
Resolves #541
2023-03-01 01:39:23 -08:00

18 lines
531 B
YAML

# https://github.com/golangci/golangci-lint#config-file
issues:
# Excluding configuration per-path and per-linter
exclude-rules:
# Ease some staticcheck warnings.
- path: (bigcache/bigcache_test\.go|bigcache\\bigcache_test\.go)
text: SA5001
linters:
- staticcheck
- path: (mysql/mysql_test\.go|mysql\\mysql_test\.go)
text: SA5001
linters:
- staticcheck
- path: (mysql/mysql\.go|mysql\\mysql\.go)
text: SA5001.*tempDB\.Close\(\)
linters:
- staticcheck