Skip to content

Commit

Permalink
review: fix presets
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Jun 10, 2024
1 parent 6e85554 commit d6a8cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/lint/lintersdb/builder_linter.go
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ func (LinterBuilder) Build(cfg *config.Config) ([]*linter.Config, error) {

linter.NewConfig(ttempdir.New(&cfg.LintersSettings.Ttempdir)).
WithSince("v1.60.0").
WithPresets(linter.PresetStyle, linter.PresetTest).
WithPresets(linter.PresetTest).
WithURL("https://github.com/peczenyj/ttempdir"),

linter.NewConfig(golinters.NewTypecheck()).
Expand Down

0 comments on commit d6a8cb6

Please sign in to comment.