Skip to content

Commit d0f384b

Browse files
authored
Merge pull request #43 from ccoveille-forks/fix-description
Fix linter description
2 parents 8d4d1b5 + 65989d7 commit d0f384b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noctx.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212

1313
var Analyzer = &analysis.Analyzer{
1414
Name: "noctx",
15-
Doc: "noctx finds sending http request without context.Context",
15+
Doc: "noctx finds function calls without context.Context",
1616
Run: Run,
1717
RunDespiteErrors: false,
1818
Requires: []*analysis.Analyzer{

0 commit comments

Comments
 (0)