Sonar custom plugin rule - kotlin

Hi,

As noted in your other thread, there’s no direct support for custom Kotlin rules. Your best bet is to run your check before analysis and output the generic issue format.

 
HTH,
Ann