Skip to content

Commit 69768f5

Browse files
authored
Merge pull request #5844 from psafont/qgate
2 parents bd222d0 + c8c8d4d commit 69768f5

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=304
6+
N=302
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)