lnd/chanacceptor
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
..
acceptor_test.go rpc: validate closing channel address in open channel requests 2023-01-04 04:42:39 -08:00
chainedacceptor.go multi: add zeroconfacceptor that default rejects if no rpc acceptors 2022-08-12 16:30:42 -04:00
errors.go multi: add custom error messages to channel acceptor 2020-11-10 11:38:47 +02:00
interface.go multi: add zeroconfacceptor that default rejects if no rpc acceptors 2022-08-12 16:30:42 -04:00
log.go multi: start updating various loggers to use the new v2 type 2024-10-22 17:03:55 +02:00
merge_test.go server+funding: allow scid-alias, zero-conf chantypes, scid-alias 2022-07-07 17:10:28 -04:00
merge.go server+funding: allow scid-alias, zero-conf chantypes, scid-alias 2022-07-07 17:10:28 -04:00
rpcacceptor_test.go rpc: validate closing channel address in open channel requests 2023-01-04 04:42:39 -08:00
rpcacceptor.go multi: rename nolint:lll to nolint:ll 2024-12-02 09:14:21 +02:00
zeroconfacceptor_test.go multi: add zeroconfacceptor that default rejects if no rpc acceptors 2022-08-12 16:30:42 -04:00
zeroconfacceptor.go multi: add zeroconfacceptor that default rejects if no rpc acceptors 2022-08-12 16:30:42 -04:00