Open benson31 opened 5 years ago
I have some CMake that integrates clang-tidy and clang-format into another project. I'll move it over here, too. Any other tool requests?
clang-tidy
clang-format
Pylint is supposed to be helpful for catching Python bugs, although it apparently has a ton of false positives. For future reference, Google's config file.
I have some CMake that integrates
clang-tidy
andclang-format
into another project. I'll move it over here, too. Any other tool requests?