SonarLint doesn’t show custom rules when connected to SonarQube

We are currently using SonarQube 10.4.1 version - Community Edition
In SonarQube, we have created few custom rules. We want to trigger SonarLint inside Intellij, While connecting to the SonarQube server from Intellij using SonarLint we are facing issue. Unfortunately, the custom rules aren’t applied. Upon checking the logs, under “activeRules” our custom rules aren’t present. But the list does not contain any rule identifier of my custom rules.

Intellij version - IntelliJ IDEA 2024.1.6 (Ultimate Edition)
Java version - 17

  • We want the SonarLint to display the custom rules from local (through Intellij)

Hi,

Are these custom rules from rule templates (i.e. created in the SonarQube UI) or implemented in a plugin?

Also, what’s your SonarLint version?

 
Thx,
Ann