mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
I473 (#841)
Support custom linters integration by plugins Co-authored-by: Isaev Denis <idenx@yandex.com>
This commit is contained in:
parent
d3e36a97cd
commit
be3c688da4
11 changed files with 223 additions and 13 deletions
|
@ -31,7 +31,7 @@ func newNolint2FileIssue(line int) result.Issue {
|
|||
}
|
||||
|
||||
func newTestNolintProcessor(log logutils.Log) *Nolint {
|
||||
return NewNolint(log, lintersdb.NewManager(nil))
|
||||
return NewNolint(log, lintersdb.NewManager(nil, nil))
|
||||
}
|
||||
|
||||
func getMockLog() *logutils.MockLog {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue