Skip to content
Snippets Groups Projects
Commit d392ace8 authored by Razvan Deaconescu's avatar Razvan Deaconescu
Browse files

checker: Add newlines before RUNNING LINTER message


This improves the visibility of linter messages.

Signed-off-by: default avatarRazvan Deaconescu <razvan.deaconescu@upb.ro>
parent f16b1651
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ cp -r "$CHECKER_DATA_DIRECTORY"/../tests ..
# Everything happens in the tests/ directory.
pushd ../tests > /dev/null || exit 1
echo -e "### RUNING LINTER\n\n"
echo -e "\n\n### RUNING LINTER\n\n"
make lint
echo -e "\n\n### RUNING CHECKER\n\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment