migrate/.golangci.yml

14 lines
167 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:
2019-03-22 20:57:00 +00:00
enable:
- misspell
2019-03-22 18:11:31 +00:00
disable:
- errcheck
- staticcheck