Skip to content

Commit 5991533

Browse files
committed
Remove spell checks
1 parent 07adc08 commit 5991533

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pre-flight-checks.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ fi
4848
# Check that common names are spelt correctly.
4949
###
5050

51-
echo " *** Checking that common names are spelt correctly"
51+
#echo " *** Checking that common names are spelt correctly"
5252

53-
grep -e "MicroBit" -e "Microbit" -e "microbit" -e "microBit" --line-number --recursive --include "*.html" output | grep -v https://microbit.co.uk
53+
#grep -e "MicroBit" -e "Microbit" -e "microbit" -e "microBit" --line-number --recursive --include "*.html" output | grep -v https://microbit.co.uk
5454

55-
if [[ $? -eq 0 ]]; then
56-
ERRORS+=("Spelling mistaik detected. :-)")
57-
fi
55+
#if [[ $? -eq 0 ]]; then
56+
# ERRORS+=("Spelling mistaik detected. :-)")
57+
#fi
5858

5959
kill $WOK_PID
6060

0 commit comments

Comments
 (0)