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
This commit is contained in:
Kubernetes Submit Queue
2016-09-04 01:18:06 -07:00
committed by GitHub

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/*' \