Files
mostlymatter/vendor/github.com/prometheus/procfs/.golangci.yml
2019-07-29 07:39:56 -07:00

7 строки
144 B
YAML

# Run only staticcheck for now. Additional linters will be enabled one-by-one.
linters:
enable:
- staticcheck
- govet
disable-all: true