docs: fix noctx description (#4297)

Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
Olli Raula 2024-01-02 17:12:47 +02:00 committed by GitHub
parent 87d55d9c08
commit 0fdf33aaaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ func NewNoctx() *goanalysis.Linter {
return goanalysis.NewLinter(
a.Name,
"Detects test helpers which is not start with t.Helper() method",
"Finds sending http request without context.Context",
[]*analysis.Analyzer{a},
nil,
).WithLoadMode(goanalysis.LoadModeTypesInfo)