build(deps): bump github.com/cosmos/gogoproto from 1.4.10 to 1.4.11 #475
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
lint.yml
on: pull_request
Run golangci-lint
5m 50s
Run markdown-lint
18s
Run flake8 on python integration tests
18s
Check gomod2nix.toml file is up to date
19s
Annotations
3 errors and 2 warnings
Run golangci-lint:
app/app.go#L28
could not import github.com/cosmos/cosmos-sdk/runtime/services (-: # github.com/cosmos/cosmos-sdk/runtime/services
|
Run golangci-lint
type func(x *descriptorpb.FileDescriptorProto, y *descriptorpb.FileDescriptorProto) bool of func(x, y *descriptorpb.FileDescriptorProto) bool {…} does not match inferred type func(a *descriptorpb.FileDescriptorProto, b *descriptorpb.FileDescriptorProto) int for func(a E, b E) int) (typecheck)
|
Run golangci-lint
issues found
|
Run golangci-lint
Restore cache failed: Dependencies file is not found in /home/runner/work/ethermint/ethermint. Supported file pattern: go.sum
|
Run golangci-lint:
rpc/backend/utils.go#L149
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|