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
Currently, if Sorald does not fix any violations, we do not report the total number of violations. We can add an attribute to the json file to note how many violations are detected by Sonar.
For example, the following stats file does not show how many violations exist in the code:
Currently, if Sorald does not fix any violations, we do not report the total number of violations. We can add an attribute to the json file to note how many violations are detected by Sonar.
For example, the following stats file does not show how many violations exist in the code:
Adding a
sonarDetectedViolations
at the root level should solve this.The text was updated successfully, but these errors were encountered: