mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #31547 from mbohlool/fix2
Automatic merge from submit-queue Ignore staging folder in update gofmt small bugfix in hack/update-gofmt.sh
This commit is contained in:
commit
298ec318b2
@ -38,6 +38,7 @@ find_files() {
|
|||||||
-o -wholename './target' \
|
-o -wholename './target' \
|
||||||
-o -wholename '*/third_party/*' \
|
-o -wholename '*/third_party/*' \
|
||||||
-o -wholename '*/vendor/*' \
|
-o -wholename '*/vendor/*' \
|
||||||
|
-o -wholename './staging' \
|
||||||
\) -prune \
|
\) -prune \
|
||||||
\) -name '*.go'
|
\) -name '*.go'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user