Add .golangci.yml

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
Simon Pasquier 2019-04-25 09:58:12 +02:00
parent f1de314e14
commit 6fd7690961

8
.golangci.yml Normal file
View file

@ -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