Is it possible to collect arbitrary data when scanning with Detekt? Example Use case: Gather up all a list of the classes defined in a module, and the source file path they were defined in.
I'm thinking the result would be something like:
I saw there are Metrics to compute things like the number of lines of code, or number of methods and such. This is similar, but not what I need. I'm new to detekt, but it looks really great. Thank you!
handstandsam
05/13/2024, 1:00 AM
It looks like some sort of Extension is the closest thing to it. Will try making one of each: 🤔