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

checker: Add checker, then linter


First run `make check`, then `make lint`. This is useful because Moodle
only extract the first 300 lines of output. If `make lint` is first,
that output is typically covered by the linter output, leaving out
students from seeing the checker output (which is more important).

Signed-off-by: default avatarRazvan Deaconescu <razvan.deaconescu@upb.ro>
parent 3afae9e7
No related branches found
No related tags found
No related merge requests found
Pipeline #10561 failed
......@@ -8,10 +8,10 @@ cp -r "$CHECKER_DATA_DIRECTORY"/../tests ..
# Everything happens in the tests/ directory.
pushd ../tests > /dev/null || exit 1
echo -e "\n\n### RUNING LINTER\n\n"
make lint
echo -e "\n\n### RUNING CHECKER\n\n"
make check
echo -e "\n\n### RUNING LINTER\n\n"
make lint
popd > /dev/null || exit 1
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