kazel: skip third_party/etcd.*

This commit is contained in:
Jeff Grafton
2018-04-11 16:31:05 -07:00
parent c8cded58d7
commit f9c1355b47
2 changed files with 9 additions and 3 deletions

View File

@@ -1,7 +1,8 @@
{
"GoPrefix": "k8s.io/kubernetes",
"SkippedPaths": [
"^_.*"
"^_.*",
"^third_party/etcd.*"
],
"AddSourcesRules": true,
"K8sOpenAPIGen": true