Currently, relative paths aren't supported by run-clang-tidy.py
I added the support, however, I did not find any existing tests. Is it ok for this to land without a test or should I introduce one?
Differential D39603
[clang-tidy] Support relative paths in run-clang-tidy.py xazax.hun on Nov 3 2017, 10:05 AM. Authored by
Details Currently, relative paths aren't supported by run-clang-tidy.py I added the support, however, I did not find any existing tests. Is it ok for this to land without a test or should I introduce one?
Diff Detail Event TimelineComment Actions The code looks good to me.
Yeah, we don't have good test strategy for these py files. We normally verify them by running them locally. I think we can land it as long as you test it locally (would be better to describe how you test it in the commit message).
|
nit: the code indention seems wrong here.