Skip to content
This repository was archived by the owner on Apr 10, 2019. It is now read-only.

Commit b8b1f84

Browse files
authored
Remove v1 from search path (#408)
Signed-off-by: Daniel Nephin <[email protected]>
1 parent d5a0710 commit b8b1f84

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ var (
2121
// Locations to look for vendored linters.
2222
vendoredSearchPaths = [][]string{
2323
{"github.com", "alecthomas", "gometalinter", "_linters"},
24-
{"gopkg.in", "alecthomas", "gometalinter.v1", "_linters"},
2524
{"gopkg.in", "alecthomas", "gometalinter.v2", "_linters"},
2625
}
2726
Version = "master"

0 commit comments

Comments
 (0)