diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2aace6fb41ebe..6963a39707860 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -142,6 +142,7 @@ /code/datums/armor/ @ZephyrTFA /code/modules/admin/verbs/ @ZephyrTFA /code/modules/logging/ @ZephyrTFA +/tools/ci/check_grep.sh @ZephyrTFA # CONTRIBUTORS diff --git a/tools/ci/check_grep.sh b/tools/ci/check_grep.sh index 9b46ca5488c03..8763cca749e4c 100644 --- a/tools/ci/check_grep.sh +++ b/tools/ci/check_grep.sh @@ -195,11 +195,6 @@ if $grep 'NanoTrasen' $code_files; then echo -e "${RED}ERROR: Misspelling(s) of Nanotrasen detected in code, please uncapitalize the T(s).${NC}" st=1 fi; -if $grep -i 'offical' $code_files; then - echo - echo -e "${RED}ERROR: Misspelling(s) of official detected in code, please add the missing I(s).${NC}" - st=1 -fi; part "map json naming" if ls _maps/*.json | $grep "[A-Z]"; then echo