mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-01 16:39:04 +02:00
lint: disable thelper linter
This commit is contained in:
parent
e29a5a59ad
commit
99ebb67972
@ -179,6 +179,11 @@ linters:
|
||||
|
||||
# Disable nil check to allow returning multiple nil values.
|
||||
- nilnil
|
||||
|
||||
# We often split tests into separate test functions. If we are forced to
|
||||
# call t.Helper() within those functions, we lose the information where
|
||||
# exactly a test failed in the generated failure stack trace.
|
||||
- thelper
|
||||
|
||||
|
||||
issues:
|
||||
|
Loading…
x
Reference in New Issue
Block a user