]> git.apps.os.sepia.ceph.com Git - fscrypt.git/commit
golint: Use fork that respects vendor directory
authorJoseph Richey <joerichey94@gmail.com>
Mon, 12 Feb 2018 04:39:12 +0000 (20:39 -0800)
committerJoseph Richey <joerichey94@gmail.com>
Mon, 12 Feb 2018 04:39:12 +0000 (20:39 -0800)
commit734f50d8fcb4df4cf611e774123b835f9fc5666b
tree3afaaab4739f60b218bdc1308d9fb4870bd53add
parent23b8c7b4eab0375b3d59cf4b2a1f3d7356515f95
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
Gopkg.toml
vendor/github.com/golang/lint/golint/golint.go
vendor/github.com/golang/lint/lint.go