Add CI config #1

Merged
jolheiser merged 1 commits from refs/pull/1/head into master 2020-02-21 14:14:15 +00:00
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