Merge pull request #89235 from oomichi/issue/89185

Enable import-boss check for integration test
This commit is contained in:
Kubernetes Prow Robot
2020-03-30 17:08:40 -07:00
committed by GitHub
2 changed files with 15 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
{
"Rules": [
{
"SelectorRegexp": "k8s[.]io/kubernetes/test/e2e",
"AllowedPrefixes": []
}
]
}