handstandsam
05/12/2024, 9:20 PM3 Classes
com.example.Class1 - Class1.kt
com.example.Class2 - Class2.kt
com.example.Class3 - Class3.kt
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* - [FileProcessListener]
* - [ConsoleReport]
* - [OutputReport]
* - [ConfigValidator]
* - [ReportingExtension]
handstandsam
05/13/2024, 1:06 AMhandstandsam
05/13/2024, 2:16 AM--no-daemon
when working on a local detektPlugins
module.Brais Gabin
05/13/2024, 7:17 AMFileProcessListener
and a OutputReport
. The first will collect the data you want and store it inside Detektion
using putUserData
. And then the OutputReport
to generate the report.handstandsam
05/13/2024, 10:10 PM