Skip to content

Commit eab2afa

Browse files
removed sonar json in env file
1 parent 8b5b1db commit eab2afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ func displaySummary(total, passed, failed int, errors int, newErrors int, projec
241241
"SONAR_RESULT_FAILED": fmt.Sprintf("%d", failed),
242242
"SONAR_RESULT_ERRORS": fmt.Sprintf("%d", errors),
243243
"SONAR_RESULT_NEW_ERRORS": fmt.Sprintf("%d", newErrors),
244-
"SONAR_RESULT_JSON": fmt.Sprintf("%d", string(projectJSON)),
244+
// "SONAR_RESULT_JSON": fmt.Sprintf("%d", string(projectJSON)),
245245
}
246246

247247
// Write to the .env file

0 commit comments

Comments
 (0)