Skip to content

Commit

Permalink
build(deps): bump github.com/ldez/usetesting from 0.2.2 to 0.3.0 (#5261)
Browse files Browse the repository at this point in the history
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and ldez authored Dec 27, 2024
1 parent acfb3be commit cf4c529
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ require (
github.com/ldez/gomoddirectives v0.6.0
github.com/ldez/grignotin v0.7.0
github.com/ldez/tagliatelle v0.7.1
github.com/ldez/usetesting v0.2.2
github.com/ldez/usetesting v0.3.0
github.com/leonklingele/grouper v1.1.2
github.com/macabu/inamedparam v0.1.3
github.com/maratori/testableexamples v1.0.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pkg/lint/lintersdb/builder_linter.go
Original file line number Diff line number Diff line change
Expand Up @@ -827,6 +827,7 @@ func (LinterBuilder) Build(cfg *config.Config) ([]*linter.Config, error) {
WithSince("v1.63.0").
WithPresets(linter.PresetTest).
WithLoadForGoAnalysis().
WithAutoFix().
WithURL("https://github.com/ldez/usetesting"),

linter.NewConfig(linter.NewNoopDeprecated("varcheck", cfg, linter.DeprecationError)).
Expand Down

0 comments on commit cf4c529

Please sign in to comment.