daft-engineers / vocoder

Open source vocoder designed for the Raspberry Pi.
https://daft-engineers.github.io/vocoder/
Mozilla Public License 2.0
11 stars 0 forks source link

update checks.sh to include header files #46

Closed MHCooke closed 1 year ago

MHCooke commented 1 year ago

As a daft engineer I want to ensure header files match our code guidelines.

Need to update SRC assignment to:

SRC=$(find src \( -name "*.cc" -o -name "*.hh" \))

Success criteria: