openpilot/cppcheck_openpilot.sh

5 lines
112 B
Bash
Raw Normal View History

2020-05-28 02:46:30 -06:00
#!/bin/bash
cppcheck --force -j$(nproc) selfdrive/ common/ opendbc/ cereal/ installer/ 2> cppcheck_report.txt