We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07adc08 commit 5991533Copy full SHA for 5991533
pre-flight-checks.sh
@@ -48,13 +48,13 @@ fi
48
# Check that common names are spelt correctly.
49
###
50
51
-echo " *** Checking that common names are spelt correctly"
+#echo " *** Checking that common names are spelt correctly"
52
53
-grep -e "MicroBit" -e "Microbit" -e "microbit" -e "microBit" --line-number --recursive --include "*.html" output | grep -v https://microbit.co.uk
+#grep -e "MicroBit" -e "Microbit" -e "microbit" -e "microBit" --line-number --recursive --include "*.html" output | grep -v https://microbit.co.uk
54
55
-if [[ $? -eq 0 ]]; then
56
- ERRORS+=("Spelling mistaik detected. :-)")
57
-fi
+#if [[ $? -eq 0 ]]; then
+# ERRORS+=("Spelling mistaik detected. :-)")
+#fi
58
59
kill $WOK_PID
60
0 commit comments