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, 6 insertions, 0 deletions
diff --git a/vendor/github.com/prometheus/procfs/.golangci.yml b/vendor/github.com/prometheus/procfs/.golangci.yml
new file mode 100644
index 000000000..438ca92ec
--- /dev/null
+++ b/vendor/github.com/prometheus/procfs/.golangci.yml
@@ -0,0 +1,6 @@
+# Run only staticcheck for now. Additional linters will be enabled one-by-one.
+linters:
+ enable:
+ - staticcheck
+ - govet
+ disable-all: true