From a83d9133298cb1498df88bbacffa04549cf5c0dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E8=A1=8D=E5=BF=97523370910113?= Date: Sun, 15 Sep 2024 21:28:27 +0800 Subject: [PATCH] Update doc: conf.toml detail --- doc%3A-conf.toml-detail.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/doc%3A-conf.toml-detail.md b/doc%3A-conf.toml-detail.md index 5d08b7b..487d022 100644 --- a/doc%3A-conf.toml-detail.md +++ b/doc%3A-conf.toml-detail.md @@ -1 +1,20 @@ -Welcome to the Wiki. \ No newline at end of file +`conf.toml` file contains the details of steps that should be executed to the newly pushed code. This file will be placed in the repo of each student. + +The `conf.toml` file will begin with: +``` +logLevel = -4 +sandboxExecServer = "172.17.0.1:5051" +``` +which helps logging into the server. + +In the file, there will be many stages stating each parser to run. To be more specific, the parsers below: +``` +- clangtidy +- cppcheck +- cpplint +- diff +- dummy +- healthcheck +- keyword +- resultstatus +``` \ No newline at end of file