Normally at the end of the main job, cppcheck is run on all source files in the repository and the result is published. This can be disabled by setting:
```
env.DISABLE_CPPCHECK="yes"
```
## Analysis jobs
- Exclude tests from being run in valgrind (currently only possible with a single test):