Merge pull request #13605 from caesarxuchao/fix-verify-descriptions

Fix verify-descriptions.sh
This commit is contained in:
Chao Xu
2015-09-08 11:41:44 -07:00
3 changed files with 53 additions and 24 deletions

View File

@@ -38,7 +38,10 @@ find_files() {
-o -wholename '*/third_party/*' \
-o -wholename '*/Godeps/*' \
\) -prune \
\) -wholename '*pkg/api/v*/types.go'
\) \
\( -wholename '*pkg/api/v*/types.go' \
-o -wholename '*pkg/expapi/v*/types.go' \
\)
}
if [[ $# -eq 0 ]]; then