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(
|
||||
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user