Skip to content

Commit

Permalink
Merge pull request #5844 from psafont/qgate
Browse files Browse the repository at this point in the history
  • Loading branch information
psafont authored Jul 16, 2024
2 parents bd222d0 + c8c8d4d commit 69768f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quality-gate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

list-hd () {
N=304
N=302
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"
Expand Down

0 comments on commit 69768f5

Please sign in to comment.