- Link to the GitHub Issue: https://github.com/llvm/llvm-project/issues/53745
Details:
- Added config_path variable within the python script which makes the required call to the clang-tidy binary with --config-file option.
- If the config_path is None then config will be used.
- No error is raised if both are given but silently chooses config_path over config
Signed-off-by: Shreyas Atre <shreyasatre16@gmail.com>
nit: i think config_group or so would be better to show that its only config-related. This name is too generic i feel.