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

Investigate running static analysers on test files #54

Open bear-in-the-air opened 1 year ago

bear-in-the-air commented 1 year ago

Currently static analysis is disabled for test files as it picks up errors introduced by Gtest macros. Investigate whether it is possible for the static analyser to ignore the Gtest generated errors but still check the code written in to the tests.