mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-27 04:53:53 +08:00
Static C/C++ analysis in CI (#1564)
This commit is contained in:
4
cppcheck_openpilot.sh
Executable file
4
cppcheck_openpilot.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
cppcheck --force -j$(nproc) selfdrive/ common/ opendbc/ cereal/ installer/ 2> cppcheck_report.txt
|
||||
|
||||
Reference in New Issue
Block a user