mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 13:05:36 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user