Add CI config

Signed-off-by: jolheiser <john.olheiser@gmail.com>
pull/1/head
jolheiser 2020-02-21 08:11:25 -06:00
parent db641970e7
commit 94770145d5
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 23 additions and 0 deletions

23
.golangci.yml 100644
View File

@ -0,0 +1,23 @@
linters:
enable:
- deadcode
- dogsled
- dupl
- errcheck
- funlen
- gocognit
- goconst
- gocritic
- gocyclo
- gofmt
- golint
- gosimple
- govet
- misspell
- prealloc
- staticcheck
- structcheck
- typecheck
- unparam
- unused
- varcheck