mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 14:22:37 +01:00
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`.
4 lines
No EOL
111 B
YAML
4 lines
No EOL
111 B
YAML
version: v1.57.0
|
|
plugins:
|
|
- module: 'github.com/lightningnetwork/lnd/tools/linters'
|
|
path: ./tools/linters |