Please provide
- Operating system: Windos 10
- SonarLint plugin version: 7.2.0.56810
- Programming language you’re coding in: Java
- Connected to SonarCloud or SonarQube (and which version): 9.7.1
And a thorough description of the problem / question:
We use SonarQube Version 9.7.1 (build 62043) and the SonarLint plugin version 7.2.0.56810 in IntelliJ IDEA 2022.1 (Community Edition).
The rule java:S1228 »Packages should have a javadoc file ‘package-info.java’« has been activated among many other rules in the SonarQube profile we use and violations of this rule are shown in the SonarQube web interface as expected. However, although the SonarLint plugin in IntelliJ has been bound to the respective project on the SonarQube server, violations of java:S1228 are not shown by the SonarLint plugin. (Neither directly in the IntelliJ editor nor in the report tab of the plugin window within IntelliJ) Violations of other rules are highlighted/reported by the SonarLint plugin as expected.