tools+.: add custom linter configuration file

Add this file both to the main LND directory so that devs can use it for
local linter runs and also add it to the `tools` directory so that the
docker environment used to run the linter in CI has access to it. A
custom linter binary can be built via `golangci-lint custom`. This will
pull in and register all the plugins listed in the new config file when
building the new binary. The new binary can then be run using
`custom-gcl run`.
This commit is contained in:
Elle Mouton
2024-11-29 11:12:00 +02:00
parent bd55b2795b
commit 88f5369066
4 changed files with 11 additions and 1 deletions

4
.custom-gcl.yml Normal file
View File

@@ -0,0 +1,4 @@
version: v1.57.0
plugins:
- module: 'github.com/lightningnetwork/lnd/tools/linters'
path: ./tools/linters