lnd/invoices
Elle Mouton ab7aae0708
multi: rename nolint:lll to nolint:ll
Find and replace all nolint instances refering to the `lll` linter and
replace with `ll` which is the name of our custom version of the `lll`
linter which can be used to ignore log lines during linting.

The next commit will do the configuration of the custom linter and
disable the default one.
2024-12-02 09:14:21 +02:00
..
errors.go multi: break invoice depenency on channeldb 2023-01-16 07:31:09 -08:00
interface.go multi+refactor: move models package to graph/db 2024-11-28 13:34:33 +02:00
invoice_expiry_watcher_test.go multi: break invoice depenency on channeldb 2023-01-16 07:31:09 -08:00
invoice_expiry_watcher.go multi: update linter, fix new issues 2024-08-20 19:14:44 +02:00
invoiceregistry_test.go multi: pass UpdateAddHtlc message custom records to invoice modifier 2024-09-19 09:21:38 +02:00
invoiceregistry.go multi: rename nolint:lll to nolint:ll 2024-12-02 09:14:21 +02:00
invoices_test.go multi+refactor: move models package to graph/db 2024-11-28 13:34:33 +02:00
invoices.go multi: pass UpdateAddHtlc message custom records to invoice modifier 2024-09-19 09:21:38 +02:00
log.go multi: start updating various loggers to use the new v2 type 2024-10-22 17:03:55 +02:00
mock.go invoices: add invoice htlc interceptor service 2024-09-19 09:21:36 +02:00
modification_interceptor_test.go invoices: add invoice htlc interceptor service 2024-09-19 09:21:36 +02:00
modification_interceptor.go invoices: add proper startup for the interceptor 2024-10-18 13:03:30 +02:00
resolution_result.go trivial typo[skip ci] 2022-07-01 11:21:46 +02:00
resolution.go multi: break invoice depenency on channeldb 2023-01-16 07:31:09 -08:00
setup_test.go invoices: move InvoiceDB tests unrelated to kvdb to invoices package 2024-02-19 20:47:24 +01:00
sql_store.go multi: rename nolint:lll to nolint:ll 2024-12-02 09:14:21 +02:00
test_utils_test.go multi: bump btcd version. 2024-10-03 21:56:21 +02:00
test_utils.go multi: bump btcd version. 2024-10-03 21:56:21 +02:00
update_invoice_test.go multi: pass UpdateAddHtlc message custom records to invoice modifier 2024-09-19 09:21:38 +02:00
update_invoice.go multi+refactor: move models package to graph/db 2024-11-28 13:34:33 +02:00
update.go multi: pass UpdateAddHtlc message custom records to invoice modifier 2024-09-19 09:21:38 +02:00