statsd_exporter/.golangci.yml

9 lines
172 B
YAML
Raw Normal View History

run:
modules-download-mode: vendor
# Run only staticcheck for now. Additional linters will be enabled one-by-one.
linters:
enable:
- staticcheck
disable-all: true