Update doc: conf.toml detail

李衍志523370910113 2024-09-15 21:28:27 +08:00
parent 50ae7ec9d9
commit a83d913329

@ -1 +1,20 @@
Welcome to the Wiki.
`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
```