Skip to content

Commit

Permalink
reverts offical grep (tgstation#78935)
Browse files Browse the repository at this point in the history
## About The Pull Request
## Why It's Good For The Game
we're not the dictionary, i very much dislike this precedent and
tgstation#78762 (comment)
another maintainer seemed to agree
  • Loading branch information
Fikou authored Oct 13, 2023
1 parent 5d13d59 commit 7107de1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
/code/datums/armor/ @ZephyrTFA
/code/modules/admin/verbs/ @ZephyrTFA
/code/modules/logging/ @ZephyrTFA
/tools/ci/check_grep.sh @ZephyrTFA


# CONTRIBUTORS
Expand Down
5 changes: 0 additions & 5 deletions tools/ci/check_grep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7107de1

Please sign in to comment.