Skip to content

Commit

Permalink
attempt...6
Browse files Browse the repository at this point in the history
  • Loading branch information
Artemchik542 committed Jul 9, 2024
1 parent da4d754 commit 0f03666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions massmeta/tools/massmeta_check_grep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ NC="\033[0m" # No Color
echo -e "${BLUE}Re-running grep checks, but looking in modular_meta/features/...${NC}"

# Run the linters again, but modular massmeta code.
sed 's/code/\*\*/\*\*.dm/massmeta/features/\*\*/\*\*.dm/g' tools/ci/check_grep.sh | bash
sed 's/code\/\*\*\/\*\*.dm/massmeta\/features\/\*\*\/\*\*.dm/g' <tools/ci/check_grep.sh | bash

echo -e "${BLUE}Re-running grep checks, but looking in modular_meta/master_files/...${NC}"

# Run the linters again, but NOW IT MUST CHECK modular massmeta code.
sed 's/code/\*\*/\*\*.dm/massmeta/master_files/\*\*/\*\*.dm/g' tools/ci/check_grep.sh | bash
sed 's/code\/\*\*\/\*\*.dm/massmeta\/master_files\/\*\*\/\*\*.dm/g' <tools/ci/check_grep.sh | bash

0 comments on commit 0f03666

Please sign in to comment.