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

Main code not compliant to checks.sh #116

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

bear-in-the-air commented 1 year ago

Currently on main there is whitespace issues with rms.hh and callbacks.hh which didn't get caught by the CI but do get changed by checks.sh

Success criteria:

bear-in-the-air commented 1 year ago

The formatting in CI has a different output to when run on a local copy of the code with the same command.

bear-in-the-air commented 1 year ago

When run on a local machine the find commands find different sets of files. On a local machine it finds more files than the CI runner does.

local Image

CI Image

However, a file with issues is found in the CI but when formatting is run on it, it doesn't find any errors.