mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-29 03:01:52 +01:00
lint: disable gomnd
This commit is contained in:
parent
ea0eb2ce72
commit
a306cbdec9
@ -184,6 +184,10 @@ linters:
|
|||||||
# call t.Helper() within those functions, we lose the information where
|
# call t.Helper() within those functions, we lose the information where
|
||||||
# exactly a test failed in the generated failure stack trace.
|
# exactly a test failed in the generated failure stack trace.
|
||||||
- thelper
|
- 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:
|
issues:
|
||||||
|
@ -336,7 +336,8 @@ data.
|
|||||||
* [`golangci-lint` will now check new code using additional
|
* [`golangci-lint` will now check new code using additional
|
||||||
linters](https://github.com/lightningnetwork/lnd/pull/7064) and was
|
linters](https://github.com/lightningnetwork/lnd/pull/7064) and was
|
||||||
[fine-tuned](https://github.com/lightningnetwork/lnd/pull/7289) to fit our
|
[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
|
* Update github actions to [check commits against the target base
|
||||||
branch](https://github.com/lightningnetwork/lnd/pull/7103) rather than just
|
branch](https://github.com/lightningnetwork/lnd/pull/7103) rather than just
|
||||||
|
Loading…
x
Reference in New Issue
Block a user