lint: disable thelper linter

This commit is contained in:
Oliver Gugger 2023-01-05 08:49:17 +01:00
parent e29a5a59ad
commit 99ebb67972
No known key found for this signature in database
GPG Key ID: 8E4256593F177720

@ -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: