mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
9 lines
172 B
YAML
9 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
|