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

Lines changed: 1 addition & 1 deletion
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

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

test/bench/bench_test.go

Lines changed: 1 addition & 3 deletions
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)