File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 7
7
"strconv"
8
8
"strings"
9
9
10
- "github.com/golangci/golangci-lint/pkg/result"
11
10
"golang.org/x/tools/go/packages"
11
+
12
+ "github.com/golangci/golangci-lint/pkg/result"
12
13
)
13
14
14
15
func parseError (srcErr packages.Error ) (* result.Issue , error ) {
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ import (
9
9
"runtime/debug"
10
10
"time"
11
11
12
- "github.com/golangci/golangci-lint/pkg/goanalysis/pkgerrors"
13
12
"golang.org/x/tools/go/analysis"
14
13
"golang.org/x/tools/go/packages"
15
14
"golang.org/x/tools/go/types/objectpath"
16
15
17
16
"github.com/golangci/golangci-lint/internal/errorutil"
18
17
"github.com/golangci/golangci-lint/internal/pkgcache"
18
+ "github.com/golangci/golangci-lint/pkg/goanalysis/pkgerrors"
19
19
)
20
20
21
21
type actionAllocator struct {
You can’t perform that action at this time.
0 commit comments