Commit 01c40066 authored by Davanum Srinivas's avatar Davanum Srinivas

Skip gofmt for staging/ directory

We should not try to format stuff that does not belong to the current repository Fixes #31875
parent 164eebe3
......@@ -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/*' \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment