mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
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:
parent
164eebe3a4
commit
01c40066b3
@ -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/*' \
|
||||
|
Loading…
Reference in New Issue
Block a user