statsd_exporter/.golangci.yml

6 lines
134 B
YAML
Raw Normal View History

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