Collect small fixes from stale contributor PRs #671
Annotations
5 errors and 1 warning
run lint:
wallet/createtx.go#L23
import 'github.com/lightningnetwork/lnd/fn' is not allowed from list 'Main' (depguard)
|
run lint:
wallet/createtx.go#L197
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"selected UTXOs contain \" +\n\t\"duplicate values\")" (err113)
|
run lint:
wallet/rescan.go#L260
continue with no blank line before (nlreturn)
|
run lint:
wallet/createtx_test.go#L514
Range statement for test TestSelectUtxosTxoToOutpoint missing the call to method parallel in test Run (paralleltest)
|
run lint
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading