Is there any way to retrieve only the new Sonar issues brought by a SCM change with the SonarLint plugin for IntelliJ? Thank you.
On the Report tab, there's a button labeled Analyze VCS Changed Files, which will analyze only the files that were modified since the last commit. The analysis report will include all issues in these files, not only the new issues.
Currently SonarLint doesn't have a feature to show only the new issues in these files. This sounds like an interesting feature. Perhaps you could suggest it on the community forum.