#!/bin/sh # inline suppressions are enabled: use // cppcheck-suppress warningId # --inconclusive: possible false positives # --force: force checking of all configurations in files # --verbose: output more detailed error information cppcheck --enable=all --inline-suppr --project=cmake-build-debug/compile_commands.json