cellml / libcellml

Repository for libCellML development.
https://libcellml.org
Apache License 2.0
17 stars 21 forks source link

CI: have Clang-Tidy check our code #1228

Open agarny opened 7 months ago

agarny commented 7 months ago

Unless I missed it, we don't have any test with Clang-Tidy enabled. And, as it happens, I wanted to check something and enabled Clang-Tidy (-DCLANG_TIDY=ON) in my local build and I got tons of issues. So, we might want to add a test where Clang-Tidy checks our code.