diff --git a/pkg/golinters/noctx.go b/pkg/golinters/noctx.go index 8b09c43fe184..cff9c97dcf28 100644 --- a/pkg/golinters/noctx.go +++ b/pkg/golinters/noctx.go @@ -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)