pypowsybl icon indicating copy to clipboard operation
pypowsybl copied to clipboard

Code quality: add clang-tidy for c++ part

Open sylvlecl opened this issue 3 years ago • 0 comments

  • 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.

sylvlecl avatar Feb 17 '22 15:02 sylvlecl