Skip to content

Commit

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

0 comments on commit f2d936c

Please sign in to comment.