Fix #209: support goimports.local-prefix option for goimports

This commit is contained in:
Denis Isaev 2018-10-28 18:47:56 +03:00
parent 6aeecb7817
commit 8fceb7fc47
No known key found for this signature in database
GPG key ID: A36A0EC8E27A1A01
49 changed files with 114 additions and 51 deletions

View file

@ -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 {