Skip to content

Commit

Permalink
Revert "Decrease the usage count of List.hd from 317 to 315"
Browse files Browse the repository at this point in the history
This reverts commit db91ddf.

Signed-off-by: Ming Lu <[email protected]>
  • Loading branch information
minglumlu committed Feb 27, 2024
1 parent 7741b97 commit cfc5b63
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=316
N=318
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 cfc5b63

Please sign in to comment.