ktlint-gradle icon indicating copy to clipboard operation
ktlint-gradle copied to clipboard

Merge output for all modules

Open stMayhem opened this issue 4 years ago • 3 comments

Hello. Is it possible to merge script result into one file for different modules? Now if I set output directory via reportsOutputDirectory, the result is overwritten after executing the script for each module. I want this to work like android lint output, if I select a file there via lintConfig = file("filename"), this file contains combined results from all modules. Thank you.

stMayhem avatar Jul 07 '21 12:07 stMayhem

Probably will add in one of the future releases

Tapchicoma avatar Jul 09 '21 20:07 Tapchicoma

Hello

Any news on it? I'm planning to use Danger on our CI

Thank you

orafaaraujo avatar Jan 26 '22 17:01 orafaaraujo

There's been work on this using variants for Gradle and Jacoco, but I don't have the time/ability to dig into how to do this

JLLeitschuh avatar Feb 07 '22 20:02 JLLeitschuh