mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2024-11-29 10:41:00 +00:00
ef5212ce06
Signed-off-by: beorn7 <beorn@grafana.com>
6 lines
144 B
YAML
6 lines
144 B
YAML
# Run only staticcheck for now. Additional linters will be enabled one-by-one.
|
|
linters:
|
|
enable:
|
|
- staticcheck
|
|
- govet
|
|
disable-all: true
|