who is nanotransen

This commit is contained in:
Letter N
2020-12-29 14:00:58 +08:00
parent 40f937c28b
commit 3996f50a00
2 changed files with 2 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ while read f; do
done < <(find . -type f -name '*.dm')
if grep -P '^/[\w/]\S+\(.*(var/|, ?var/.*).*\)' code/**/*.dm; then
echo "changed files contains proc argument starting with 'var'"
st=1
# st=1 # annoy the coders instead of causing it to fail
fi;
if grep -i 'centcomm' code/**/*.dm; then
echo "ERROR: Misspelling(s) of CENTCOM detected in code, please remove the extra M(s)."