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
|
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
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user