From b53a315c3526d91e3a04454633f19710e8803afa Mon Sep 17 00:00:00 2001 From: Mrunal Patel Date: Mon, 28 Nov 2016 12:32:49 -0800 Subject: [PATCH] Skip lint on vendored code Signed-off-by: Mrunal Patel --- .tool/lint | 1 + 1 file changed, 1 insertion(+) diff --git a/.tool/lint b/.tool/lint index 06dae83f..31e61843 100755 --- a/.tool/lint +++ b/.tool/lint @@ -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 \