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 version: 2
ci: ci:
jobs: jobs:
- go/lint - go/lint:
executor: go/circleci-golang
- go/test: - go/test:
executor: go/circleci-golang executor: go/circleci-golang
codecov-upload: true codecov-upload: true

View File

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