File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ package migrate
33import (
44 "testing"
55
6+ //revive:disable-next-line:dot-imports
67 . "gopkg.in/check.v1"
78)
89
Original file line number Diff line number Diff line change 99
1010 "github.com/go-gorp/gorp/v3"
1111 _ "github.com/mattn/go-sqlite3"
12+ //revive:disable-next-line:dot-imports
1213 . "gopkg.in/check.v1"
1314)
1415
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ package migrate
33import (
44 "sort"
55
6+ //revive:disable-next-line:dot-imports
67 . "gopkg.in/check.v1"
78)
89
Original file line number Diff line number Diff line change 44 "strings"
55 "testing"
66
7+ //revive:disable-next-line:dot-imports
78 . "gopkg.in/check.v1"
89)
910
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ package migrate
33import (
44 "sort"
55
6+ //revive:disable-next-line:dot-imports
67 . "gopkg.in/check.v1"
78)
89
You can’t perform that action at this time.
0 commit comments