Merge pull request #31882 from dims/skip-gofmt-for-_vendor

Automatic merge from submit-queue

Skip gofmt for staging/ directory

Don't run gofmt for example on:
staging/src/k8s.io/client-go/1.4/_vendor

Fixes #31875
pull/6/head
Kubernetes Submit Queue 2016-09-04 01:18:06 -07:00 committed by GitHub
commit 6f6589df1e
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ find_files() {
-o -wholename './_output' \
-o -wholename './_gopath' \
-o -wholename './release' \
-o -wholename './staging' \
-o -wholename './target' \
-o -wholename '*/third_party/*' \
-o -wholename '*/vendor/*' \