Files
steve/vendor/github.com/prometheus/procfs/.golangci.yml
Darren Shepherd 682e866977 Update vendor
(cherry picked from commit 7e84f96c0f)
2020-05-19 17:50:07 -07:00

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