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 \