openpilot/cppcheck_openpilot.sh

5 lines
112 B
Bash
Executable File

#!/bin/bash
cppcheck --force -j$(nproc) selfdrive/ common/ opendbc/ cereal/ installer/ 2> cppcheck_report.txt