Merge branch 'feat/structure' of github.com:filecoin-project/go-lotus into feat/structure

This commit is contained in:
Łukasz Magiera 2019-07-02 15:49:19 +02:00
commit d3a4a56366
2 changed files with 11 additions and 1 deletions

View File

@ -16,7 +16,8 @@ workflows:
version: 2
ci:
jobs:
- go/lint
- go/lint:
executor: go/circleci-golang
- go/test:
executor: go/circleci-golang
codecov-upload: true

View File

@ -7,14 +7,23 @@ linters:
- goconst
- golint
- errcheck
- gosec
- unconvert
- staticcheck
- varcheck
- structcheck
- deadcode
issues:
exclude:
- "func name will be used as test\\.Test.* by other packages, and that stutters; consider calling this"
exclude-use-default: false
exclude-rules:
- path: node/modules/lp2p
linters:
- golint
linters-settings:
goconst: