8000 build(deps): bump github.com/sivchari/tenv from 1.7.1 to 1.9.1 (#4808) · phpdev/golangci-lint@a02629a · GitHub
[go: up one dir, main page]

Skip to content

Commit a02629a

Browse files
build(deps): bump github.com/sivchari/tenv from 1.7.1 to 1.9.1 (golangci#4808)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
1 parent a2cc1c4 commit a02629a

File tree

6 files changed

+6
-23
lines changed

6 files changed

+6
-23
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/golangci/golangci-lint
22

3-
go 1.21
3+
go 1.21.0
44

55
require (
66
4d63.com/gocheckcompilerdirectives v1.2.1
@@ -97,7 +97,7 @@ require (
9797
github.com/shirou/gopsutil/v3 v3.24.5
9898
github.com/sirupsen/logrus v1.9.3
9999
github.com/sivchari/containedctx v1.0.3
100-
github.com/sivchari/tenv v1.7.1
100+
github.com/sivchari/tenv v1.9.1
101101
github.com/sonatard/noctx v0.0.2
102102
github.com/sourcegraph/go-diff v0.7.0
103103
github.com/spf13/cobra v1.7.0

go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/golinters/tenv/testdata/tenv.go renamed to pkg/golinters/tenv/testdata/tenv_default.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//golangcitest:args -Etenv
2-
//golangcitest:config_path testdata/tenv_all.yml
32
package testdata
43

54
import (

pkg/golinters/tenv/testdata/tenv_fuzz.go

Lines changed: 0 additions & 16 deletions
This file was deleted.

pkg/lint/lintersdb/builder_linter.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ func (LinterBuilder) Build(cfg *config.Config) ([]*linter.Config, error) {
725725

726726
linter.NewConfig(tenv.New(&cfg.LintersSettings.Tenv)).
727727
WithSince("v1.43.0").
728-
WithPresets(linter.PresetStyle).
728+
WithPresets(linter.PresetTest).
729729
WithLoadForGoAnalysis().
730730
WithURL("https://github.com/sivchari/tenv"),
731731

@@ -747,7 +747,7 @@ func (LinterBuilder) Build(cfg *config.Config) ([]*linter.Config, error) {
747747

748748
linter.NewConfig(thelper.New(&cfg.LintersSettings.Thelper)).
749749
WithSince("v1.34.0").
750-
WithPresets(linter.PresetStyle).
750+
WithPresets(linter.PresetTest).
751751
WithLoadForGoAnalysis().
752752
WithURL("https://github.com/kulti/thelper"),
753753

0 commit comments

Comments
 (0)
0