Skip to content

Commit e49f31d

Browse files
committed
review: fix presets
1 parent 6e85554 commit e49f31d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/lint/lintersdb/builder_linter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ func (LinterBuilder) Build(cfg *config.Config) ([]*linter.Config, error) {
754754

755755
linter.NewConfig(tparallel.New()).
756756
WithSince("v1.32.0").
757-
WithPresets(linter.PresetStyle, linter.PresetTest).
757+
WithPresets(linter.PresetTest).
758758
WithLoadForGoAnalysis().
759759
WithURL("https://github.com/moricho/tparallel"),
760760

0 commit comments

Comments
 (0)