lowkeyfish / sonar-intellij-plugin

Perform Sonar code analysis on Java projects, view code analysis reports, and prompt problem codes.
GNU General Public License v3.0
18 stars 11 forks source link

Cannot view SonarAnalyser report when configured through precommit task #17

Open Vikashini88 opened 1 year ago

Vikashini88 commented 1 year ago

Hi Team,

I have configured the project with sonarqube properties and I can run manually using run commands with projectKey to view Reports. But if I add run commands Configuration on commit options, its not showing any Report or Log in SonarAnalyzer Dock tab.

Is there any other possibility to run and view reports before git push?