Skip to content

Commit

Permalink
Update check_path_names.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerfulBacon committed Aug 22, 2024
1 parent 51c665a commit fc66776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/check_path_names.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ find code/ -type f -name "*.dm" | while IFS= read -r file; do
matches=$(grep -Po "$regex_path_name" "$file" || true)

if [[ -n "$matches" ]]; then
echo -e "${RED}Violation found in file: $file${NC}"
echo -e "${RED}ERROR: Non-snake case proc found in file: $file${NC}"
echo "$matches"
st=1
fi
Expand Down

0 comments on commit fc66776

Please sign in to comment.