Merge branch 'feat/structure' of github.com:filecoin-project/go-lotus into feat/structure
This commit is contained in:
commit
d3a4a56366
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user