mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2024-11-11 09:51:18 +00:00
6fd7690961
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
8 lines
172 B
YAML
8 lines
172 B
YAML
run:
|
|
modules-download-mode: vendor
|
|
|
|
# Run only staticcheck for now. Additional linters will be enabled one-by-one.
|
|
linters:
|
|
enable:
|
|
- staticcheck
|
|
disable-all: true
|