We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b697dc9 commit 340f4daCopy full SHA for 340f4da
1 file changed
scripts/runSonarQube.sh
@@ -100,3 +100,6 @@ done
100
echo "Writing end results json content";
101
cp resdump.json "${result_file}";
102
echo "Done, please go ahead an generate the scorecard";
103
+## cleanup the two files generated to record results, if want them for debug, you can comment the following line
104
+rm resdump.json buffdump.json;
105
+
0 commit comments