From 1b165fc4404f96973ab8cc0e09c909b738cf3c8a Mon Sep 17 00:00:00 2001 From: Kenichi Omichi Date: Fri, 8 Nov 2019 19:17:21 +0000 Subject: [PATCH] Enable verify-import-aliases check in CI To block violation of import-aliases rule, this enables verify-import-aliases in CI system. --- hack/make-rules/verify.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/hack/make-rules/verify.sh b/hack/make-rules/verify.sh index 36eb84e19f6..d71e61b097d 100755 --- a/hack/make-rules/verify.sh +++ b/hack/make-rules/verify.sh @@ -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.