I'm using SonarLint for eclipse. I've successfully connected it to the SonarQube server. (when I deactivate a rule on the server, I can see that the issues that in sonarLint issues window disappear.) However, the custom rules I developed can't be found in the SonarLint issues.
The custom rules are already in use through Jenkins on the SonarQube server and they are activated already. And the sonarLint I use is 2.2.1.
So, is there something I should do to make custom rules come into effect, other than connect to the sonar server, and turn the rules on?