From 8e1dfd32f9ec836eef672f99fc978d2998de46a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=A4ggmark?= Date: Thu, 13 Jun 2019 08:12:30 +0200 Subject: [PATCH] Chore: Lowered implicit anys limit to 5131 (#17562) Progress: #14714 --- scripts/ci-frontend-metrics.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci-frontend-metrics.sh b/scripts/ci-frontend-metrics.sh index c39cf7cf7da..b31d369c801 100755 --- a/scripts/ci-frontend-metrics.sh +++ b/scripts/ci-frontend-metrics.sh @@ -2,7 +2,7 @@ echo -e "Collecting code stats (typescript errors & more)" -ERROR_COUNT_LIMIT=5150 +ERROR_COUNT_LIMIT=5131 DIRECTIVES_LIMIT=172 CONTROLLERS_LIMIT=139