Chore: Reduce Elasticsearch data source plugin strict errors (#37399)

This commit is contained in:
Giordano Ricci
2021-08-05 16:03:38 +01:00
committed by GitHub
parent e0010860bd
commit 2f21bf5cfd
33 changed files with 528 additions and 834 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ set -e
echo -e "Collecting code stats (typescript errors & more)"
ERROR_COUNT_LIMIT=73
ERROR_COUNT_LIMIT=61
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