Chore: remove strict errors for azure-monitor (#40675)

This commit is contained in:
Andres Martinez Gotor
2021-10-20 16:34:24 +02:00
committed by GitHub
parent 0d036a6df5
commit 302fef394a
2 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ set -e
echo -e "Collecting code stats (typescript errors & more)"
ERROR_COUNT_LIMIT=12
ERROR_COUNT_LIMIT=6
ERROR_COUNT="$(./node_modules/.bin/tsc --project tsconfig.json --noEmit --strict true | grep -oP 'Found \K(\d+)')"
if [ "$ERROR_COUNT" -gt $ERROR_COUNT_LIMIT ]; then