Skip to content

Commit 3cb41a2

Browse files
committed
fix docs
1 parent bf30330 commit 3cb41a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/golinters/tenv.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ func NewTenv(settings *config.TenvSettings) *goanalysis.Linter {
2626

2727
return goanalysis.NewLinter(
2828
a.Name,
29-
"tenv is analyzer that detects using os.Setenv instead of t.Setenv since Go1.17",
29+
a.Doc,
3030
analyzers,
3131
cfg,
3232
).WithLoadMode(goanalysis.LoadModeSyntax)

0 commit comments

Comments
 (0)