Skip to content

Commit

Permalink
Matching Shiptest
Browse files Browse the repository at this point in the history
  • Loading branch information
Ossa88 committed Feb 21, 2025
1 parent 9520900 commit f73915e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/ci/check_grep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ if $grep -i'centcomm' $map_files; then
echo -e "${RED}ERROR: Misspelling(s) of CentCom detected in maps, please remove the extra M(s).${NC}"
st=1
fi;
if $grep -- '-Class' $map_files; then
echo
echo -e "${RED}ERROR: Misspellings(s) of -class detected in maps, please uncapitalize the C(s).${NC}"
st=1
fi;

section "whitespace issues"
part "space indentation"
Expand Down

0 comments on commit f73915e

Please sign in to comment.