From c82a26e2b2f27a2716590352b003c015e24e28e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=A4ggmark?= Date: Mon, 5 Aug 2019 15:06:51 +0200 Subject: [PATCH] Chore: Update strictNullChecks error limit (#18387) --- 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 ca369bdf004..2db4f7abe02 100755 --- a/scripts/ci-frontend-metrics.sh +++ b/scripts/ci-frontend-metrics.sh @@ -3,7 +3,7 @@ echo -e "Collecting code stats (typescript errors & more)" -ERROR_COUNT_LIMIT=1566 +ERROR_COUNT_LIMIT=1549 DIRECTIVES_LIMIT=172 CONTROLLERS_LIMIT=139