Skip to content

Commit

Permalink
Rstore noctx description
Browse files Browse the repository at this point in the history
  • Loading branch information
Bysmyyr committed Jan 2, 2024
1 parent 85fb5a2 commit 75f21a7
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",
"noctx finds sending http request without context.Context",
[]*analysis.Analyzer{a},
nil,
).WithLoadMode(goanalysis.LoadModeTypesInfo)
Expand Down

0 comments on commit 75f21a7

Please sign in to comment.