mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
Fix #209: support goimports.local-prefix option for goimports
This commit is contained in:
parent
6aeecb7817
commit
8fceb7fc47
49 changed files with 114 additions and 51 deletions
|
@ -7,10 +7,11 @@ import (
|
|||
"testing"
|
||||
|
||||
"github.com/golang/mock/gomock"
|
||||
"github.com/stretchr/testify/assert"
|
||||
|
||||
"github.com/golangci/golangci-lint/pkg/lint/astcache"
|
||||
"github.com/golangci/golangci-lint/pkg/logutils"
|
||||
"github.com/golangci/golangci-lint/pkg/result"
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
func newNolintFileIssue(line int, fromLinter string) result.Issue {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue