gh-ost/.golangci.yml

12 lines
133 B
YAML
Raw Normal View History

run:
timeout: 5m
linters:
disable:
- errcheck
enable:
- noctx
- rowserrcheck
- sqlclosecheck
- unused