Skip to content

Commit 6af8250

Browse files
Christian Lindiglindig
authored andcommitted
Update quality-gate.sh
Signed-off-by: Christian Lindig <christian.lindig@cloud.com>
1 parent 44064ab commit 6af8250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quality-gate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
list-hd () {
6-
N=313
6+
N=312
77
LIST_HD=$(git grep -r --count 'List.hd' -- **/*.ml | cut -d ':' -f 2 | paste -sd+ - | bc)
88
if [ "$LIST_HD" -eq "$N" ]; then
99
echo "OK counted $LIST_HD List.hd usages"

0 commit comments

Comments
 (0)