Open Py0zz1 opened 3 years ago
This has been previously tackled in #1 and #78
The tl;dr is: currently is not that easy. You would have to include a dependency in the pom.xml
file of your custom rules and rebuild sonar-kotlin from source with this extra dependency.
Hi cortinico.
I want to define custom rule in 'sonar-kotlin' and use it in 'sonarqube'.
May I know the procedure for this? Here's what I think.
May I know the procedure for this?
What you wrote is essentially correct:
I got it. thank you!
I can create detekt custom rules, but it seems that you cannot create custom rules for sonar-kotlin(sonarqube plugin). If you can make a custom rule for sonar-kotlin, could you tell me the related data?