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