Does anyone here use Sonarqube code analysis with ...
# arrow
w
Does anyone here use Sonarqube code analysis with Kotlin, and specifically context receivers? I know context receivers have a lot of use in this community but the Sonarqube instance I'm using does not currently support them. I'm wondering if anyone has experience with the combination.
c
Context receivers are not even officially supported by Kotlin currently, it's not surprising external tools don't yet take them into account. This will probably be added in the future.