From cd9dacad9c742144cf153bc869fb385297a7b918 Mon Sep 17 00:00:00 2001 From: Tessa Kelly Date: Mon, 25 Nov 2019 16:57:48 -0800 Subject: [PATCH] Reduce target errors' --- script/format-axe-report.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/format-axe-report.sh b/script/format-axe-report.sh index 0a29a0d1..42b69973 100755 --- a/script/format-axe-report.sh +++ b/script/format-axe-report.sh @@ -12,7 +12,7 @@ jq -r -f script/axe-report.jq "$JSON_FILE" # Hey there! Did this script tell you to check out this file because the # expected error count went down? Well done! Just change this number to the new # value. -TARGET_ERRORS=31 +TARGET_ERRORS=30 # ideally we'd fail on any failures, but we have had a bunch build up over time! # So right now, we need to fail if the error count is not exactly what we