File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ linters:
50
50
# - lll
51
51
52
52
linters-settings :
53
+ goimports :
54
+ local-prefixes : github.com/ava-labs/avalanchego
53
55
depguard :
54
56
list-type : blacklist
55
57
packages-with-error-message :
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ import (
16
16
"github.com/onsi/gomega"
17
17
18
18
runner_sdk "github.com/ava-labs/avalanche-network-runner-sdk"
19
+
19
20
"github.com/ava-labs/avalanchego/tests"
20
21
)
21
22
Original file line number Diff line number Diff line change @@ -17,14 +17,15 @@ import (
17
17
"golang.org/x/exp/maps"
18
18
"golang.org/x/exp/slices"
19
19
20
+ "github.com/prometheus/client_golang/prometheus"
21
+
20
22
"github.com/ava-labs/avalanchego/database"
21
23
"github.com/ava-labs/avalanchego/database/prefixdb"
22
24
"github.com/ava-labs/avalanchego/ids"
23
25
"github.com/ava-labs/avalanchego/trace"
24
26
"github.com/ava-labs/avalanchego/utils"
25
27
"github.com/ava-labs/avalanchego/utils/math"
26
28
"github.com/ava-labs/avalanchego/utils/set"
27
- "github.com/prometheus/client_golang/prometheus"
28
29
)
29
30
30
31
const (
You can’t perform that action at this time.
0 commit comments