golangci: Add config file

This commit is contained in:
Jakob Borg 2019-02-02 12:34:23 +01:00
parent ca47b4c218
commit 6452e16f15
1 changed files with 5 additions and 0 deletions

5
.golangci.yml Normal file
View File

@ -0,0 +1,5 @@
service:
golangci-lint-version: 1.13.x
prepare:
- go run build.go assets
- GO111MODULE=on go mod vendor