Update doc: conf.toml detail
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user