daft-engineers / vocoder

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

Code Analysis #28

Closed MarkAHarley closed 1 year ago

MarkAHarley commented 1 year ago

As a developer, I want to have my code analysed so that I can fix bugs before they become and problem.

MHCooke commented 1 year ago

Identified clang-tidy as a suitable static analysis tool. Configured it with sensible settings and provided a convenient interface to run it (checks.sh). See #37

38 integrates it into pull requests to ensure all future PRs meet requirements