Update doc: conf.toml detail

李衍志523370910113 2024-09-16 14:58:24 +08:00
parent 75268e0be5
commit 2e91da0c19

@ -9,7 +9,13 @@ sandboxExecServer = "172.17.0.1:5051"
``` ```
which helps logging into the server. 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: In the file, there will be many stages stating each parser to run. To be more specific, the stages:
```markdown
- healthcheck
- compile
- run
```
and the parsers:
```markdown ```markdown
- clangtidy - clangtidy
- cppcheck - cppcheck