ud3tn/components/cla
Maximilian Nitsch 4e125e3af7 fix: cppcheck warnings
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>
2026-05-20 17:57:53 +02:00
..
posix fix: cppcheck warnings 2026-05-20 17:57:53 +02:00
storage refactor: cleanup includes 2026-05-20 16:16:35 +02:00
bibe_proto.c fix: cppcheck warnings 2026-05-20 17:57:53 +02:00
blackhole_parser.c Insert SPDX license expression comments into our .c, .h, .py, and .sh code 2022-02-20 16:24:38 +01:00
cla.c fix: cppcheck warnings 2026-05-20 17:57:53 +02:00
cla_contact_rx_task.c refactor: cleanup includes 2026-05-20 16:16:35 +02:00
cla_contact_tx_task.c refactor: cleanup includes 2026-05-20 16:16:35 +02:00
mtcp_proto.c Adjust all logging calls to include a log level 2023-11-24 14:50:25 +01:00