mirror of
https://gitlab.com/d3tn/ud3tn.git
synced 2026-08-13 12:33:27 +02:00
Add command-line options for cppcheck to the CI job: - `--suppress=constParameterCallback` - `--check-level=exhaustive` information: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. - `--force` information: Too many #ifdef configurations - cppcheck only checks 12 configurations. Use --force to check all configurations. Signed-off-by: Maximilian Nitsch <maximilian.nitsch@d3tn.com> |
||
|---|---|---|
| .. | ||
| hal_io.c | ||
| hal_platform.c | ||
| hal_queue.c | ||
| hal_semaphore.c | ||
| hal_task.c | ||
| hal_time.c | ||
| pipe_queue_util.c | ||
| simple_queue.c | ||
| socket_util.c | ||