From 2fb122bda97402cb3774502b19e3fd6408a7cdc1 Mon Sep 17 00:00:00 2001 From: Lukas Siatka Date: Tue, 2 Jun 2020 15:25:45 +0200 Subject: [PATCH] Chore: updates strict null errors count to 699 --- 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 d08725e6013..81491281147 100755 --- a/scripts/ci-frontend-metrics.sh +++ b/scripts/ci-frontend-metrics.sh @@ -4,7 +4,7 @@ echo -e "Collecting code stats (typescript errors & more)" -ERROR_COUNT_LIMIT=701 +ERROR_COUNT_LIMIT=699 DIRECTIVES_LIMIT=172 CONTROLLERS_LIMIT=139