From 6af82503c28255e06abf4e4c82f4429a278a68d8 Mon Sep 17 00:00:00 2001 From: Christian Lindig Date: Fri, 7 Jun 2024 10:25:27 +0100 Subject: [PATCH] Update quality-gate.sh Signed-off-by: Christian Lindig --- quality-gate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quality-gate.sh b/quality-gate.sh index b49c12ecc28..b504ed69d1b 100755 --- a/quality-gate.sh +++ b/quality-gate.sh @@ -3,7 +3,7 @@ set -e list-hd () { - N=313 + N=312 LIST_HD=$(git grep -r --count 'List.hd' -- **/*.ml | cut -d ':' -f 2 | paste -sd+ - | bc) if [ "$LIST_HD" -eq "$N" ]; then echo "OK counted $LIST_HD List.hd usages"