Skip to content

Commit fbac5f3

Browse files
committed
remove WithLoadForGoAnalysis from lintersdb/builder_linter
1 parent 4a42fce commit fbac5f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/lint/lintersdb/builder_linter.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,6 @@ func (LinterBuilder) Build(cfg *config.Config) ([]*linter.Config, error) {
761761
linter.NewConfig(ttempdir.New(&cfg.LintersSettings.Ttempdir)).
762762
WithSince("v1.60.0").
763763
WithPresets(linter.PresetStyle).
764-
WithLoadForGoAnalysis().
765764
WithURL("https://github.com/peczenyj/ttempdir"),
766765

767766
linter.NewConfig(golinters.NewTypecheck()).

0 commit comments

Comments
 (0)