mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +00: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
@ -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 New Issue
Block a user