matus-chochlik / ctcache

Cache for clang-tidy static analysis results
Boost Software License 1.0
83 stars 29 forks source link

Ability to apply path striping to source files #60

Closed tony-p closed 6 months ago

tony-p commented 6 months ago

We Are using a conda virtual environment and ros which generates code, and these 2 both have instances where paths end up in the source code. For this reason we want to also have the option to strip paths from the source output.

I have already made a PR https://github.com/matus-chochlik/ctcache/pull/59 that implements this.