dcbaker / meson-plus-plus

An experimental and incomplete implementation of Meson in C++, for solving Meson's bootstrapping issue.
Apache License 2.0
45 stars 7 forks source link

Add clang-tidy to ci #108

Closed dcbaker closed 2 years ago

dcbaker commented 2 years ago

This fixes or ignores the remaining clang-tidy issues that are tracked, and also adds all of the fixed checks to the .clang-tidy file. Then adds a CI job to check clang-tidy in CI.