Merge pull request #216 from mrunalp/skip_vendor_lint

Skip lint on vendored code
This commit is contained in:
Mrunal Patel 2016-11-28 12:48:16 -08:00 committed by GitHub
commit 1bd0ba8516

View file

@ -10,6 +10,7 @@ for d in $(find . -type d -not -iwholename '*.git*' -a -not -iname '.tool' -a -n
--exclude='.*_test\.go:.*error return value not checked.*\(errcheck\)$' \
--exclude='duplicate of.*_test.go.*\(dupl\)$' \
--exclude='cmd\/client\/.*\.go.*\(dupl\)$' \
--exclude='vendor\/src\/.*' \
--disable=aligncheck \
--disable=gotype \
--disable=gas \