mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-29 22:26:17 +00:00
Fix scripts to avoid testdata
This commit is contained in:
@@ -53,7 +53,8 @@ function git_find() {
|
||||
':!:vendor/*' `# catches vendor/...` \
|
||||
':!:*/vendor/*' `# catches any subdir/vendor/...` \
|
||||
':!:third_party/*' `# catches third_party/...` \
|
||||
':!:*/third_party/*' `# catches third_party/...` \
|
||||
':!:*/third_party/*' `# catches any subdir/third_party/...` \
|
||||
':!:*/testdata/*' `# catches any subdir/testdata/...` \
|
||||
':(glob)**/*.go' \
|
||||
"$@"
|
||||
}
|
||||
|
Reference in New Issue
Block a user