Browse Source

hacking: install `cppcheck` and `shellcheck`

You need `cppcheck` and `shellcheck` installed to run `check-source`
successfully.
fee-tracking2
lisa neigut 7 years ago
committed by Christian Decker
parent
commit
9d496f9a74
  1. 2
      doc/HACKING.md

2
doc/HACKING.md

@ -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
```

Loading…
Cancel
Save