mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Ignore staging folder in update gofmt
This commit is contained in:
parent
9a093276ea
commit
7c8f10af6f
@ -37,6 +37,7 @@ find_files() {
|
||||
-o -wholename './target' \
|
||||
-o -wholename '*/third_party/*' \
|
||||
-o -wholename '*/vendor/*' \
|
||||
-o -wholename './staging' \
|
||||
\) -prune \
|
||||
\) -name '*.go'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user