[MIRROR] Grep for spelling nanotrasen as nanotransen (#1650)

* Grep for spelling nanotrasen as nanotransen (#54849)

* Grep for spelling nanotrasen as nanotransen

Co-authored-by: TiviPlus <57223640+TiviPlus@users.noreply.github.com>
This commit is contained in:
SkyratBot
2020-11-09 21:15:48 +01:00
committed by GitHub
parent 531a29c5dc
commit 1928fb112e
+8
View File
@@ -61,6 +61,14 @@ if grep -i 'centcomm' _maps/**/*.dmm; then
echo "ERROR: Misspelling(s) of CENTCOM detected in maps, please remove the extra M(s)."
st=1
fi;
if grep -ni 'nanotransen' code/**/*.dm; then
echo "Misspelling(s) of nanotrasen detected in code, please remove the extra N(s)."
st=1
fi;
if grep -ni 'nanotransen' _maps/**/*.dmm; then
echo "Misspelling(s) of nanotrasen detected in maps, please remove the extra N(s)."
st=1
fi;
if ls _maps/*.json | grep -P "[A-Z]"; then
echo "Uppercase in a map json detected, these must be all lowercase."
st=1