Codebase list prometheus-haproxy-exporter / v0.14.0 .golangci.yml
v0.14.0

Tree @v0.14.0 (Download .tar.gz)

.golangci.yml @v0.14.0raw · history · blame

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