We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87d55d9 commit 0fdf33aCopy full SHA for 0fdf33a
pkg/golinters/noctx.go
@@ -12,7 +12,7 @@ func NewNoctx() *goanalysis.Linter {
12
13
return goanalysis.NewLinter(
14
a.Name,
15
- "Detects test helpers which is not start with t.Helper() method",
+ "Finds sending http request without context.Context",
16
[]*analysis.Analyzer{a},
17
nil,
18
).WithLoadMode(goanalysis.LoadModeTypesInfo)
0 commit comments