Skip to content

Commit

Permalink
chore: remove exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Jun 26, 2024
1 parent bfb9658 commit c90ba92
Showing 1 changed file with 1 addition and 3 deletions.
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 c90ba92

Please sign in to comment.