mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 23:33:58 +08:00
5 lines
112 B
Bash
5 lines
112 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
cppcheck --force -j$(nproc) selfdrive/ common/ opendbc/ cereal/ installer/ 2> cppcheck_report.txt
|
||
|
|
|