Skip to content

Commit 4ef4960

Browse files
committed
chore: remove useless call to plugin builder
1 parent cfb5f59 commit 4ef4960

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/result/processors/nolint_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ func newNolint2FileIssue(line int) result.Issue {
3434
}
3535

3636
func newTestNolintProcessor(log logutils.Log) *Nolint {
37-
dbManager, _ := lintersdb.NewManager(log, config.NewDefault(),
38-
lintersdb.NewPluginGoBuilder(log), lintersdb.NewLinterBuilder())
37+
dbManager, _ := lintersdb.NewManager(log, config.NewDefault(), lintersdb.NewLinterBuilder())
3938

4039
return NewNolint(log, dbManager, nil)
4140
}

0 commit comments

Comments
 (0)