From 3d4b1431ecbf6e6d6605fea08016baf905fc3299 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Sun, 26 Jan 2020 13:44:55 -0800 Subject: [PATCH] test: add 'localize' as an allowed commit message scope (#34974) It seems that we missed adding it before and listed all the localize fixes under 'ivy'. PR Close #34974 --- tools/validate-commit-message/commit-message.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/validate-commit-message/commit-message.json b/tools/validate-commit-message/commit-message.json index 0f5c372d3f..ebe2cca1b1 100644 --- a/tools/validate-commit-message/commit-message.json +++ b/tools/validate-commit-message/commit-message.json @@ -26,6 +26,7 @@ "http", "ivy", "language-service", + "localize", "ngcc", "platform-browser", "platform-browser-dynamic",