From a683e1ae2d98759641b6e2b377ab6174473a4f9f Mon Sep 17 00:00:00 2001 From: manuel Date: Sat, 2 Nov 2024 15:35:30 +0800 Subject: [PATCH] Update JOJ3 Configuration For TAs --- JOJ3-Configuration-For-TAs.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/JOJ3-Configuration-For-TAs.md b/JOJ3-Configuration-For-TAs.md index 08dc53d..17beea3 100644 --- a/JOJ3-Configuration-For-TAs.md +++ b/JOJ3-Configuration-For-TAs.md @@ -190,9 +190,8 @@ the end of a failed compilation stage. - `keyword [array of string]`: list of keywords to catch on `stdout` - `weight [array of int]`: corresponding weight for each keyword caught on `stdout` +- `forcequit [boolean]`: quit at the end of the stage if if the score is different from the initial on, ie. if issues were found (default: `false`) -*Warning.* Current implementation of cpplint parser is incomplete, so weight and keywords might be -ignored; for now cpplint parser catches all cpplint checks and apply scoring automatically. #### Elf parser