I try to use the SonarLint plugin for IntelliJ in connected mode.
However, it seems that the remote rules work for JavaScript files, but not for Java files.
As you can see in the example above, even a simple rule as: "Line is longer than 120 characters" is found by the remove SonarQube server, but not found by the SonarLint IntelliJ plugin.
Do you have any idea why not all of the rules are in sync?

