Skip to content

Commit a62f1f1

Browse files
build(deps): bump github.com/moricho/tparallel from 0.3.1 to 0.3.2 (#4849)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent e5d2d95 commit a62f1f1

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ require (
7878
github.com/mgechev/revive v1.3.7
7979
github.com/mitchellh/go-homedir v1.1.0
8080
github.com/mitchellh/go-ps v1.0.0
81-
github.com/moricho/tparallel v0.3.1
81+
github.com/moricho/tparallel v0.3.2
8282
github.com/nakabonne/nestif v0.3.1
8383
github.com/nishanths/exhaustive v0.12.0
8484
github.com/nishanths/predeclared v0.2.2

go.sum

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/bench/bench_test.go

+1-3
Original file line numberDiff line numberDiff line change
@@ -385,9 +385,7 @@ func getLinterNames(tb testing.TB, fastOnly bool) []string {
385385
tb.Helper()
386386

387387
// add linter names here if needed.
388-
excluded := []string{
389-
"tparallel", // bug with go source code https://github.com/moricho/tparallel/pull/27
390-
}
388+
var excluded []string
391389

392390
linters, err := lintersdb.NewLinterBuilder().Build(config.NewDefault())
393391
require.NoError(tb, err)

0 commit comments

Comments
 (0)