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

old-commit-hash: 0499ae46b7842e8e49067ebba03016c6cd305d4e
This commit is contained in:
Adeeb
2020-05-28 01:46:30 -07:00
committed by GitHub
parent 12a306021d
commit dd9daf81c4
4 changed files with 24 additions and 9 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
cppcheck --force -j$(nproc) selfdrive/ common/ opendbc/ cereal/ installer/ 2> cppcheck_report.txt