mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-13 23:08:45 -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
test
|
@ -13,9 +13,10 @@ import (
|
|||
"syscall"
|
||||
"testing"
|
||||
|
||||
assert "github.com/stretchr/testify/require"
|
||||
|
||||
"github.com/golangci/golangci-lint/pkg/exitcodes"
|
||||
"github.com/golangci/golangci-lint/pkg/lint/lintersdb"
|
||||
assert "github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
var root = filepath.Join("..", "...")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue