summaryrefslogtreecommitdiff
path: root/vendor/github.com/prometheus/procfs/.golangci.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/prometheus/procfs/.golangci.yml')
-rw-r--r--vendor/github.com/prometheus/procfs/.golangci.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/vendor/github.com/prometheus/procfs/.golangci.yml b/vendor/github.com/prometheus/procfs/.golangci.yml
index 438ca92ec..0aa09edac 100644
--- a/vendor/github.com/prometheus/procfs/.golangci.yml
+++ b/vendor/github.com/prometheus/procfs/.golangci.yml
@@ -1,6 +1,4 @@
-# Run only staticcheck for now. Additional linters will be enabled one-by-one.
+---
linters:
enable:
- - staticcheck
- - govet
- disable-all: true
+ - golint