Static C/C++ analysis in CI (#1564)

This commit is contained in:
Adeeb
2020-05-28 01:46:30 -07:00
committed by GitHub
parent 29aaa44740
commit 0499ae46b7
4 changed files with 24 additions and 9 deletions

4
cppcheck_openpilot.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
cppcheck --force -j$(nproc) selfdrive/ common/ opendbc/ cereal/ installer/ 2> cppcheck_report.txt