Merge pull request #18 from cybozu-go/golangci

add golangci
This commit is contained in:
Yamamoto, Hirotaka 2019-08-08 09:46:03 +09:00 committed by GitHub
commit f4d0785d6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
.golangci.yml Normal file
View File

@ -0,0 +1,8 @@
linters:
enable:
- dupl
- goconst
- gofmt
- golint
- typecheck
- unparam