You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
loop/test
sputn1ck 4baf88c414
multi: fix linter issues
This commit fixes outstanding linter issues, that we're not found by
running `make lint` locally. The linter issues were found by running
`docker run -v $(pwd):/build loop-tools golangci-lint run --whole-files`

I added the `revive` to the excludes as it would be to much of a
refactor and IMO seems unneccesary. E.g.
`interface.go:222:6: exported: type name will be used as
loop.LoopInTerms by other packages, and that stutters; consider
 calling this InTerms (revive)`. I think `loop.LoopInTerms` is fine.
1 year ago
..
chainnotifier_mock.go test: followup update chainnotifier mock to fwd notifications for matching txs 4 years ago
context.go multi: fix linter issues 1 year ago
invoices_mock.go multi: bump btcec/v2 and btcutil to new versions 2 years ago
keys.go multi: bump btcec/v2 and btcutil to new versions 2 years ago
lightning_client_mock.go multi: fix linter issues 2 years ago
lnd_services_mock.go multi: fix linter issues 1 year ago
log.go multi: fix most obvious linter errors 5 years ago
router_mock.go multi: bump btcec/v2 and btcutil to new versions 2 years ago
signer_mock.go loopd: bump minimum lnd version to v0.15.1-beta 2 years ago
testutils.go misc: refactor loop tests to use require where possible 1 year ago
timeout.go multi: fix most obvious linter errors 5 years ago
versioner_mock.go lndclient: move to github.com/lightninglabs/lndclient 4 years ago
walletkit_mock.go loopd: bump minimum lnd version to v0.15.1-beta 2 years ago