Skip to content

Commit

Permalink
docs: fix noctx description (#4297)
Browse files Browse the repository at this point in the history
Co-authored-by: Fernandez Ludovic <[email protected]>
  • Loading branch information
Bysmyyr and ldez committed Jan 2, 2024
1 parent 87d55d9 commit 0fdf33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/golinters/noctx.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0fdf33a

Please sign in to comment.