migrate/.golangci.yml

13 lines
154 B
YAML
Raw Normal View History

2019-03-22 21:11:31 +03:00
# options for analysis running
run:
tests: false
output:
print-issued-lines: false
linters:
disable:
- errcheck
- govet
- staticcheck