Skip to content

Commit

Permalink
dev: improve deprecation warning for tenv linter (golangci#5445)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear authored Feb 19, 2025
1 parent 3b6b9da commit 2825e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/lint/lintersdb/builder_linter.go
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ func (LinterBuilder) Build(cfg *config.Config) ([]*linter.Config, error) {
WithPresets(linter.PresetTest).
WithLoadForGoAnalysis().
WithURL("https://github.com/sivchari/tenv").
DeprecatedWarning("Duplicate feature another linter.", "v1.64.0", "usetesting"),
DeprecatedWarning("Duplicate feature in another linter.", "v1.64.0", "usetesting"),

linter.NewConfig(testableexamples.New()).
WithSince("v1.50.0").
Expand Down

0 comments on commit 2825e1e

Please sign in to comment.