From b5cab091dc76aff99e36621aeb6515dcfe225af8 Mon Sep 17 00:00:00 2001 From: PrometheusBot Date: Thu, 25 Apr 2019 09:53:48 +0100 Subject: Synchronize Makefile.common from prometheus/prometheus (#1328) * makefile: update Makefile.common with newer version Signed-off-by: prombot * Add .golangci.yml Signed-off-by: Simon Pasquier --- .golangci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .golangci.yml (limited to '.golangci.yml') diff --git a/.golangci.yml b/.golangci.yml new file mode 100644 index 0000000..fd975b2 --- /dev/null +++ b/.golangci.yml @@ -0,0 +1,8 @@ +run: + modules-download-mode: vendor + +# Run only staticcheck for now. Additional linters will be enabled one-by-one. +linters: + enable: + - staticcheck + disable-all: true -- cgit v1.2.3