Is there any way to retrieve only the new Sonar issues brought by a SCM change with the SonarLint plugin for IntelliJ? Thank you.
Asked
Active
Viewed 1,336 times
2
-
1On the **Report** tab, there's a button labeled **Analyze VCS Change Files**. Maybe that's what you're looking for? – janos Dec 12 '18 at 19:22
-
Yep I so that, but I'm afraid it reports all the issues in those files and not only the new ones. – Wenneguen Dec 12 '18 at 22:14
-
Then the answer is no, currently there isn't a way. (See you my answer.) – janos May 30 '19 at 13:02
1 Answers
3
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.

janos
- 120,954
- 29
- 226
- 236