Skip to content

Commit 2825e1e

Browse files
authored
dev: improve deprecation warning for tenv linter (#5445)
1 parent 3b6b9da commit 2825e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pkg/lint/lintersdb/builder_linter.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ func (LinterBuilder) Build(cfg *config.Config) ([]*linter.Config, error) {
770770
WithPresets(linter.PresetTest).
771771
WithLoadForGoAnalysis().
772772
WithURL("https://github.com/sivchari/tenv").
773-
DeprecatedWarning("Duplicate feature another linter.", "v1.64.0", "usetesting"),
773+
DeprecatedWarning("Duplicate feature in another linter.", "v1.64.0", "usetesting"),
774774

775775
linter.NewConfig(testableexamples.New()).
776776
WithSince("v1.50.0").

0 commit comments

Comments
 (0)