lightning-terminal/tools/linters
ffranr e96424cc4a
makefile+tools: add custom 'll' linter for extended line length checks
- Replace the default `lll` with a custom `ll` linter, enabling
  configurable exclusions for specific `S` log lines.
- Integrate custom `ll` linter into the build system and `Makefile`.
- Include relevant test cases and configuration for `golangci-lint`.
2025-12-09 16:12:03 +00:00
..
go.mod makefile+tools: add custom 'll' linter for extended line length checks 2025-12-09 16:12:03 +00:00
go.sum makefile+tools: add custom 'll' linter for extended line length checks 2025-12-09 16:12:03 +00:00
ll.go makefile+tools: add custom 'll' linter for extended line length checks 2025-12-09 16:12:03 +00:00
ll_test.go makefile+tools: add custom 'll' linter for extended line length checks 2025-12-09 16:12:03 +00:00