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