mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 08:55:55 -04:00
Enable verify-import-aliases check in CI
To block violation of import-aliases rule, this enables verify-import-aliases in CI system.
This commit is contained in:
parent
ed3cc6afea
commit
1b165fc440
1 changed files with 0 additions and 1 deletions
|
|
@ -34,7 +34,6 @@ EXCLUDED_PATTERNS=(
|
|||
"verify-all.sh" # this script calls the make rule and would cause a loop
|
||||
"verify-linkcheck.sh" # runs in separate Jenkins job once per day due to high network usage
|
||||
"verify-*-dockerized.sh" # Don't run any scripts that intended to be run dockerized
|
||||
"verify-import-aliases.sh" # to be run periodically by folks working on conformance tests
|
||||
)
|
||||
|
||||
# Exclude typecheck in certain cases, if they're running in a separate job.
|
||||
|
|
|
|||
Loading…
Reference in a new issue