"Perform SonarQube for IDE analysis" sometimes blocks commits

Please provide

  • Operating system: Fedora Linux 42 (Workstation Edition)
  • SonarQube for IntelliJ plugin version: 10.30.0.82084
  • IntelliJ version: 2025.2.1 Ultimate
  • Programming language you’re coding in: Java
  • Is connected mode used: not used

And a thorough description of the problem / question:

Sometimes when I try to commit something or amend a commit in the IntelliJ commit window, the (amend) commit button does nothing and below I see “checks failed“.

I could not find anything being logged in the intellij logs.

If I remove the setting “Perform SonarQube for IDE analysis“ from the commit dialog options (gear icon), the problem seems to be solved.

Hi @Tibi_Mose,

Could you update to this week’s release 11.0.0.82343? This should have fixed the issue based on the tickets mentioned for the version.

Cheers :baby_bottle:

2 Likes

Hello Tibi, @EclipseWizard is right - this issue should be resolved in our latest release, version 11.0.
Additionally, we’ve updated how pre-commit analysis works: even if it fails, users can still proceed with their commit. We no longer block commits without providing the option to continue.

2 Likes

I upgraded and this use case seems solved.

Just as a side note, somehow I did not see I could upgrade until I restarted IntelliJ, so it was also a smally sync issue there.

Thanks a lot for the prompt response!

Thanks for the quick confirmation! Regarding the sync issue, unfortunately, we have no control over this, as plugin updates are managed by JetBrains.

If you enjoy using SonarQube for IDE, feel free to leave a review on our marketplace page, this is always appreciated :slight_smile:

1 Like

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