Skip to content

Commit c90ba92

Browse files
committed
chore: remove exclusion
1 parent bfb9658 commit c90ba92

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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)