lnd/kvdb/sqlite
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
..
config.go multi: rename nolint:lll to nolint:ll 2024-12-02 09:14:21 +02:00
db.go kvdb: add sqlite 2023-01-23 09:14:08 +02:00
db_test.go kvdb: add sqlite 2023-01-23 09:14:08 +02:00
driver.go kvdb: add sqlite 2023-01-23 09:14:08 +02:00