jborgers / sonar-pmd

☕️ PMD Plugin for SonarQube
https://redirect.sonarsource.com/plugins/pmd.html
GNU Lesser General Public License v3.0
258 stars 156 forks source link

Add support for PMD 7, for Kotlin rules #292

Open jborgers opened 2 years ago

jborgers commented 2 years ago

PMD 7 is under development. The advantage of PMD 7 is that it supports Antlr grammers. We use the existing Antlr Kotlin grammer to add support for Kotlin and create Kotlin rules in PMD.

As a Sonar user, I want these Kotlin rules, by PMD 7 support in the sonar-pmd plugin, to become available in Sonar.

jborgers commented 2 years ago

I am working on a PR