
this is mainly to ensure integration tests (which all end in _test) are properly bossed around for their imports I had to adjust some of the _test files to adhere to existing reverse_rules specified elsewhere
8 lines
336 B
Plaintext
8 lines
336 B
Plaintext
rules:
|
|
# Discourage import of k8s.io/kubernetes/test/e2e
|
|
- selectorRegexp: k8s[.]io/kubernetes/test/e2e
|
|
# TODO: import-boss --include-test-files is catching these; drive to zero
|
|
allowedPrefixes:
|
|
# test/integration/auth/bootstraptoken_test.go is using this
|
|
- k8s.io/kubernetes/test/e2e/lifecycle/bootstrap
|