mirror of
https://github.com/lightninglabs/loop
synced 2024-11-08 01:10:29 +00:00
4baf88c414
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. |
||
---|---|---|
.. | ||
chainnotifier_mock.go | ||
context.go | ||
invoices_mock.go | ||
keys.go | ||
lightning_client_mock.go | ||
lnd_services_mock.go | ||
log.go | ||
router_mock.go | ||
signer_mock.go | ||
testutils.go | ||
timeout.go | ||
versioner_mock.go | ||
walletkit_mock.go |