From 734f50d8fcb4df4cf611e774123b835f9fc5666b Mon Sep 17 00:00:00 2001 From: Joseph Richey Date: Sun, 11 Feb 2018 20:39:12 -0800 Subject: golint: Use fork that respects vendor directory Ideally, we would just use "golint ./..." to check all our our source files for lint error. However, this does not work because it will include all packages in the vendor directory. The pull request at: https://github.com/golang/lint/pull/325 fixes this issue, so we will use it until the PR has been merged. --- Gopkg.lock | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Gopkg.lock') diff --git a/Gopkg.lock b/Gopkg.lock index 2a5953a..d6dd34e 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -2,13 +2,14 @@ [[projects]] - branch = "master" + branch = "lukyth/feature/ignore-vendor" name = "github.com/golang/lint" packages = [ ".", "golint" ] - revision = "e14d9b0f1d332b1420c1ffa32562ad2dc84d645d" + revision = "0dcd199f6e2c9e5fb738b78bfa2170de4c78a25f" + source = "github.com/lukyth/lint" [[projects]] name = "github.com/golang/protobuf" @@ -113,6 +114,6 @@ [solve-meta] analyzer-name = "dep" analyzer-version = 1 - inputs-digest = "65c9e40abcc4d3679513c43ba962f87115e94ced6497ac13e9ef5685815c7da8" + inputs-digest = "13bc740ba83539fecd6dd4b7d026fd221077369cb6b170e83d288383d0fde474" solver-name = "gps-cdcl" solver-version = 1 -- cgit v1.3