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

added a check to checks.sh to require clang format 15 or above #58

Closed Jambls closed 1 year ago

Jambls commented 1 year ago

Have you tested this with something below clang 15? To me, it looks like you are comparing two strings, instead of ints.

I have tested it by setting the required version to 16 and making sure it fails.