Incentives: Storing/ serving heartbeat transactions, synthetic transactions for payouts #1928
reviewdog.yml
on: pull_request
reviewdog-errors
45s
reviewdog-warnings
55s
Annotations
7 errors and 2 warnings
reviewdog-errors:
idb/postgres/internal/writer/write_txn.go#L174
ineffectual assignment to intra (ineffassign)
|
reviewdog-errors:
idb/postgres/internal/writer/write_txn_participation.go#L134
ineffectual assignment to next (ineffassign)
|
reviewdog-errors:
idb/postgres/internal/writer/write_txn.go#L174
ineffectual assignment to intra (ineffassign)
|
reviewdog-errors:
idb/postgres/internal/writer/write_txn_participation.go#L134
ineffectual assignment to next (ineffassign)
|
reviewdog-errors:
idb/postgres/internal/writer/write_txn.go#L174
[Lint Errors] reported by reviewdog 🐶
ineffectual assignment to intra (ineffassign)
Raw Output:
idb/postgres/internal/writer/write_txn.go:174:3: ineffectual assignment to intra (ineffassign)
intra++
^
|
reviewdog-errors:
idb/postgres/internal/writer/write_txn_participation.go#L134
[Lint Errors] reported by reviewdog 🐶
ineffectual assignment to next (ineffassign)
Raw Output:
idb/postgres/internal/writer/write_txn_participation.go:134:3: ineffectual assignment to next (ineffassign)
next++
^
|
reviewdog-errors
reviewdog exited with status code: 1
|
reviewdog-errors
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
reviewdog-warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|