docs: fix noctx description (#4297)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
parent
87d55d9c08
commit
0fdf33aaaa
@ -12,7 +12,7 @@ func NewNoctx() *goanalysis.Linter {
|
|||||||
|
|
||||||
return goanalysis.NewLinter(
|
return goanalysis.NewLinter(
|
||||||
a.Name,
|
a.Name,
|
||||||
"Detects test helpers which is not start with t.Helper() method",
|
"Finds sending http request without context.Context",
|
||||||
[]*analysis.Analyzer{a},
|
[]*analysis.Analyzer{a},
|
||||||
nil,
|
nil,
|
||||||
).WithLoadMode(goanalysis.LoadModeTypesInfo)
|
).WithLoadMode(goanalysis.LoadModeTypesInfo)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user