Skip to content

Commit

Permalink
remove WithLoadForGoAnalysis from lintersdb/builder_linter
Browse files Browse the repository at this point in the history
  • Loading branch information
peczenyj committed Jun 10, 2024
1 parent 4a42fce commit fbac5f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/lint/lintersdb/builder_linter.go
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,6 @@ func (LinterBuilder) Build(cfg *config.Config) ([]*linter.Config, error) {
linter.NewConfig(ttempdir.New(&cfg.LintersSettings.Ttempdir)).
WithSince("v1.60.0").
WithPresets(linter.PresetStyle).
WithLoadForGoAnalysis().
WithURL("https://github.com/peczenyj/ttempdir"),

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

0 comments on commit fbac5f3

Please sign in to comment.