Merge pull request #1715 from c9s/c9s/upgrade-pkgs #5721
Annotations
11 warnings
build (6.2, 1.21)
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
|
build (6.2, 1.21)
Unexpected input(s) 'reporter', 'fail_on_error', valid inputs are ['entryPoint', 'args', 'config', 'exclude', 'path']
|
build (6.2, 1.21):
cmd/bbgo/main.go#L1
should have a package comment
|
build (6.2, 1.21):
pkg/strategy/grid2/twin_order.go#L98
should omit 2nd value from range; this loop is equivalent to `for pin := range ...`
|
build (6.2, 1.21):
pkg/strategy/liquiditymaker/generator_test.go#L12
should not use dot imports
|
build (6.2, 1.21):
pkg/cmd/strategy/builtin.go#L5
a blank import should be only in a main or test package, or have a comment justifying it
|
build (6.2, 1.21):
pkg/cmd/strategy/builtin.go#L1
should have a package comment
|
build (6.2, 1.21):
pkg/datatype/bools/slice.go#L3
exported type BoolSlice should have comment or be unexported
|
build (6.2, 1.21):
pkg/datatype/bools/slice.go#L1
should have a package comment
|
build (6.2, 1.21):
pkg/datatype/bools/slice.go#L9
exported method BoolSlice.Push should have comment or be unexported
|
build (6.2, 1.21):
pkg/datatype/bools/slice.go#L5
exported function New should have comment or be unexported
|