Skip to content
Snippets Groups Projects
Commit 3f568c6d authored by Administrator's avatar Administrator
Browse files

Add script to run clang-tidy on a source directory

The script allows to run clang-tidy on the complete project by passing the path
to the CbmRoot source directory or only a subdirectory by passing the path to
the subdirectory.
Some of the compilation units should not be tested by clang-tidy.
Exclude checking the dictionaries G__*.cxx since they generated by root-cling.
Exclude all targets from the external directory. This isn't our code and must
not be checked by us.
parent e9c5b3da
No related branches found
No related tags found
1 merge request!1333Add the possibility to use clang-tidy with CbmRoot
Pipeline #24215 passed