lint: disable gomnd

This commit is contained in:
Oliver Gugger
2023-01-17 19:20:57 +01:00
parent ea0eb2ce72
commit a306cbdec9
2 changed files with 6 additions and 1 deletions

View File

@ -185,6 +185,10 @@ linters:
# exactly a test failed in the generated failure stack trace.
- thelper
# The linter is too aggressive and doesn't add much value since reviewers
# will also catch magic numbers that make sense to extract.
- gomnd
issues:
# Only show newly introduced problems.

View File

@ -336,7 +336,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