hacking: install cppcheck and shellcheck

You need `cppcheck` and `shellcheck` installed to run `check-source`
successfully.
This commit is contained in:
lisa neigut 2018-10-05 13:14:00 -07:00 committed by Christian Decker
parent a9bf1f5573
commit 9d496f9a74

View File

@ -158,7 +158,7 @@ Testing
Install `valgrind` and the python dependencies for best results:
```
sudo apt install valgrind
sudo apt install valgrind cppcheck shellcheck
pip3 install -r tests/requirements.txt
```