mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -08:00
86f9079429
Updates for procfs refactoring Signed-off-by: Paul Gier <pgier@redhat.com>
7 lines
144 B
YAML
7 lines
144 B
YAML
# Run only staticcheck for now. Additional linters will be enabled one-by-one.
|
|
linters:
|
|
enable:
|
|
- staticcheck
|
|
- govet
|
|
disable-all: true
|