JacobDomagala / StaticAnalysis

GitHub action performs static analysis on C++/Python code, flags issues, and posts comments directly on PRs.
MIT License
31 stars 10 forks source link

Rewrite `get_files_to_check.py` script #37

Closed JacobDomagala closed 2 years ago

JacobDomagala commented 2 years ago

Currently get_files_to_check.py is gathering the source files from compile_commands.json, but since that file only contains .cpp files, the clang-tidy is not checking header files.