You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you please explain how to setup plugin with Sonar?
After the sonar finishes, I have a json report file. How to set up violations-gradle-plugin for parsing results from this file? And is it possible to diff this json report file with the same report file from the target branch?
I have a Sonar report file with errors after running this command:
Question
Can you please explain how to setup plugin with Sonar?
After the sonar finishes, I have a json report file. How to set up violations-gradle-plugin for parsing results from this file? And is it possible to diff this json report file with the same report file from the target branch?
I have a Sonar report file with errors after running this command:
gradle sonarqube -Dsonar.analysis.mode=preview -Dsonar.report.export.path=sonar-report.json
But violations plugin shows there are no errors with this setup (report file path is app/build/sonar/sonar-report.json):
Thank you!
The text was updated successfully, but these errors were encountered: