pypowsybl
pypowsybl copied to clipboard
Code quality: add clang-tidy for c++ part
- Do you want to request a feature or report a bug?
CI improvement
- What is the current behavior?
Java has checkstyle, python has pylint and mypy, but C/C++ does not have its linter.
- What is the expected behavior?
For better code quality and consistency, we should add a run of clang-tidy to the CI.