Update JOJ3 Configuration For TAs

manuel 2024-11-02 15:35:30 +08:00
parent 7279e93504
commit a683e1ae2d

@ -190,9 +190,8 @@ the end of a failed compilation stage.
- `keyword [array of string]`: list of keywords to catch on `stdout` - `keyword [array of string]`: list of keywords to catch on `stdout`
- `weight [array of int]`: corresponding weight for each keyword caught 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 #### Elf parser