diff --git a/.tool/lint b/.tool/lint index f87f5c2a..e70b53f8 100755 --- a/.tool/lint +++ b/.tool/lint @@ -6,7 +6,8 @@ set -o pipefail for d in $(find . -type d -not -iwholename '*.git*' -a -not -iname '.tool' -a -not -iwholename '*vendor*'); do ${GOPATH}/bin/gometalinter \ - --exclude='error return value not checked.*(Close|Log|Print).*\(errcheck\)$' \ + --exclude='error return value not checked.*(Close|Log|Print|RemoveAll).*\(errcheck\)$' \ + --exclude='declaration of.*err.*shadows declaration.*\(vetshadow\)$' \ --exclude='.*_test\.go:.*error return value not checked.*\(errcheck\)$' \ --exclude='duplicate of.*_test.go.*\(dupl\)$' \ --exclude='cmd\/client\/.*\.go.*\(dupl\)$' \