5 lines
112 B
5 lines
112 B
5 years ago
|
#!/bin/bash
|
||
|
|
||
|
cppcheck --force -j$(nproc) selfdrive/ common/ opendbc/ cereal/ installer/ 2> cppcheck_report.txt
|
||
|
|