From fa864dd8c998010d3dad7dc046e53188c983f266 Mon Sep 17 00:00:00 2001 From: manuel Date: Tue, 29 Oct 2024 12:26:37 +0800 Subject: [PATCH] Update JOJ3 Configuration For TAs --- JOJ3-Configuration-For-TAs.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/JOJ3-Configuration-For-TAs.md b/JOJ3-Configuration-For-TAs.md index 6007a79..0293a84 100644 --- a/JOJ3-Configuration-For-TAs.md +++ b/JOJ3-Configuration-For-TAs.md @@ -154,7 +154,9 @@ outputs for the online judge. Some parsers can also be further configured. - `forcequit [boolean]`: quit at the end of the stage if a test case fails (default: `false`) - `score [int]`: score for passing dummy stage (default: `0`) -*Note.* Adding a dummy stage can be useful to add extra comments or separate parsers output. +*Notes.* +- Adding a dummy parser can be useful to add extra comments or separate parsers output. +- The `forcequit` option can be used to prevent students from using a specific scope in their commit message. #### Keyword parser