lnd/protofsm
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
..
daemon_events.go protofsm: add SpendMapper to craft custom spend events 2024-11-18 20:49:00 -08:00
log.go protofsm: allow multiple internal events to be emitted 2024-11-18 20:49:00 -08:00
msg_mapper.go protofsm: add ability for state machine to consume wire msgs 2024-11-18 20:48:59 -08:00
state_machine.go multi: rename nolint:lll to nolint:ll 2024-12-02 09:14:21 +02:00
state_machine_test.go protofsm: fix race in state machine executor tests 2024-11-26 18:58:53 -06:00