This website requires JavaScript.
Explore
RingTools-web
Help
Sign in
mirrors
/
lnd
Watch
1
Star
0
Fork
You've already forked lnd
0
mirror of
https://github.com/lightningnetwork/lnd.git
synced
2025-03-04 17:55:36 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
8d49246a54
lnd
/
tools
/
.custom-gcl.yml
4 lines
105 B
YAML
Raw
Normal View
History
Unescape
Escape
multi: fix linter by updating to latest version
2025-02-17 09:44:10 +01:00
version
:
v1.64.5
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`.
2024-11-29 11:12:00 +02:00
plugins
:
-
module
:
'github.com/lightningnetwork/lnd/tools/linters'
path
:
./linters
Reference in a new issue
Copy permalink