loop: add resume manager #2672
main.yml
on: pull_request
RPC compilation check
1m 38s
SQL compilation check
8s
go mod check
9m 53s
build and lint code
5m 2s
verify that auto-generated documentation is up-to-date
30s
run unit tests
9m 0s
Annotations
6 errors
|
build and lint code
Process completed with exit code 2.
|
|
build and lint code:
loopout.go#L1649
multi-line statement should be followed by a newline (whitespace)
|
|
build and lint code:
loopout.go#L1625
badCond: `typ == loopdb.StateTypePending && typ == loopdb.StateTypeFail` condition is suspicious (gocritic)
|
|
run unit tests
Process completed with exit code 2.
|
|
run unit tests:
loopout.go#L1625
suspect and: typ == loopdb.StateTypePending && typ == loopdb.StateTypeFail
|
|
go mod check
Process completed with exit code 2.
|