Skip to content

Commit

Permalink
build(deps): bump github.com/moricho/tparallel from 0.3.1 to 0.3.2 (#…
Browse files Browse the repository at this point in the history
…4849)

Co-authored-by: Fernandez Ludovic <[email protected]>
  • Loading branch information
dependabot[bot] and ldez committed Jun 26, 2024
1 parent e5d2d95 commit a62f1f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ require (
github.com/mgechev/revive v1.3.7
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/go-ps v1.0.0
github.com/moricho/tparallel v0.3.1
github.com/moricho/tparallel v0.3.2
github.com/nakabonne/nestif v0.3.1
github.com/nishanths/exhaustive v0.12.0
github.com/nishanths/predeclared v0.2.2
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.

4 changes: 1 addition & 3 deletions test/bench/bench_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -385,9 +385,7 @@ func getLinterNames(tb testing.TB, fastOnly bool) []string {
tb.Helper()

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

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

0 comments on commit a62f1f1

Please sign in to comment.