Merge pull request #7335 from guggero/disable-gomnd

lint: disable gomnd
This commit is contained in:
Oliver Gugger
2023-01-18 10:43:00 +01:00
committed by GitHub
8 changed files with 14 additions and 11 deletions

View File

@ -343,7 +343,8 @@ data.
* [`golangci-lint` will now check new code using additional
linters](https://github.com/lightningnetwork/lnd/pull/7064) and was
[fine-tuned](https://github.com/lightningnetwork/lnd/pull/7289) to fit our
code style.
code style or to [disable annoying new
linters](https://github.com/lightningnetwork/lnd/pull/7335).
* Update github actions to [check commits against the target base
branch](https://github.com/lightningnetwork/lnd/pull/7103) rather than just