Incentives: Heartbeat transaction type #13733
reviewdog.yml
on: pull_request
reviewdog-errors
2m 19s
reviewdog-warnings
3m 22s
reviewdog-shellcheck
12s
Annotations
1 error
reviewdog-warnings:
ledger/apply/heartbeat_test.go#L107
[Lint Warnings] reported by reviewdog 🐶
lint: TestCheapRules: Add missing partition call to top of test. To disable partitioning, add it as a comment: partitiontest.PartitionTest(t) (partitiontest)
Raw Output:
ledger/apply/heartbeat_test.go:107:1: lint: TestCheapRules: Add missing partition call to top of test. To disable partitioning, add it as a comment: partitiontest.PartitionTest(t) (partitiontest)
func TestCheapRules(t *testing.T) {
^
|