Add cppcheck as a pre-commit hook (#1646)
* add cppcheck as a pre-commit hook
* fix Dockerfile
* update precommit config
* exclude panda and opendbc
old-commit-hash: 3c461ca5cc
commatwo_master
parent
d66c6202bb
commit
0891b1331d
6 changed files with 15 additions and 20 deletions
@ -1,4 +0,0 @@ |
||||
#!/bin/bash |
||||
|
||||
cppcheck --force -j$(nproc) selfdrive/ common/ opendbc/ cereal/ installer/ 2> cppcheck_report.txt |
||||
|
Loading…
Reference in new issue