Skip gofmt for staging/ directory

We should not try to format stuff that does not
belong to the current repository

Fixes #31875
This commit is contained in:
Davanum Srinivas 2016-09-01 10:24:23 -04:00
parent 164eebe3a4
commit 01c40066b3

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