mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-14 12:43:03 +02:00
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. |
||
|---|---|---|
| .. | ||
| codec.go | ||
| codec_test.go | ||
| interface.go | ||
| log.go | ||
| loop.go | ||
| loopin.go | ||
| loopout.go | ||
| meta.go | ||
| migration_01_costs.go | ||
| migration_02_swap_publication_deadline.go | ||
| migration_03_last_hop.go | ||
| migration_04_updates.go | ||
| migration_04_updates_test.go | ||
| protocol_version.go | ||
| protocol_version_test.go | ||
| raw_db_test.go | ||
| store.go | ||
| store_test.go | ||
| swapstate.go | ||