migrate/.golangci.yml

12 lines
142 B
YAML
Raw Normal View History

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