Cognitive complexity not ignoring equals and hashcode in Kotlin

Hello,

For some time Java rules related to complexity, ignore equals and hashcode SONARJAVA-4335
but the same is not true for Kotlin rules

java

kotlin

there might be other examples as well

is there any way to suppress this types of issues for kotlin equals and hashcode?

Hi,

Can you give your context for this? I.e. are you on SonarQube Cloud? SonarQube for IDE (flavor and version)? SonarQube self-managed (flavor and version)?

 
Thx,
Ann