SonarLint plugin for IntelliJ: 'Perform code analysis' setting in commit window is ignored

Hi guys,

It looks like SonarLint for IntelliJ just ignores the ‘Perform code analysis’ setting in the commit options window (see screenshot). I have it unchecked, and yet every time I commit the code I see the warning about SonarLint issues found.

It would be nice to have this fixed.

SonarLint: 4.14.2.28348
IntelliJ: 2020.3.3 Ultimate Edition


image

On a side note, it’s interesting that your JIRA is read-only. Is this forum an official venue to report bugs?

Hello, welcome to the community! And thank you for your question.

SonarLint does not integrate with IntelliJ’s built-in inspection framework. You might notice that it has its own “Perform SonarLint analysis” checkbox in the commit window.

And yes, this forum is the official venue to report bugs and request for enhancements :slight_smile:

1 Like

LOL, indeed, missed that. It works now - thanks a lot!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.