I changed the quality profile of a proejct to another quality profile ‘Findbugs’ on my sonarqube server,and I have updated binding in sonarlint setting,but it cannot report any issue when I analyzed. I used Android studio.
Hi,
SonarLint will only execute rules from SonarSource analyzers (like SonarJava). Findbugs is a third party analyzer, and it already has its own integration with IntelliJ.
++
How can I execute third part rules from sonarqube server by sonarlint?