Skip to content

Commit 0fdf33a

Browse files
Bysmyyrldez
andauthored
docs: fix noctx description (#4297)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent 87d55d9 commit 0fdf33a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/golinters/noctx.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ func NewNoctx() *goanalysis.Linter {
1212

1313
return goanalysis.NewLinter(
1414
a.Name,
15-
"Detects test helpers which is not start with t.Helper() method",
15+
"Finds sending http request without context.Context",
1616
[]*analysis.Analyzer{a},
1717
nil,
1818
).WithLoadMode(goanalysis.LoadModeTypesInfo)

0 commit comments

Comments
 (0)