clang-format-wheel
clang-format-wheel copied to clipboard
Any chance for a clang-tidy version of this repository?
The clang-format package and the corresponding hook are great.
I also rely on clang-tidy to enforce code style specifically through the readability-identifier-naming
check.
However, there doesn't seem to be any freestanding package for clang-tidy that could be used with pre-commit.
Unfortunately, I have only minimal Python background so I'm unable to make a fork and do it myself.