We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
kotlinCheck
ssdlc-report.sh
1 parent 103815f commit 241ef1cCopy full SHA for 241ef1c
.evergreen/ssdlc-report.sh
@@ -65,7 +65,7 @@ printf "\nCreating SpotBugs SARIF reports\n"
65
set +e
66
# This `gradlew` command is expected to exit with a non-zero exit status,
67
# because it reports all the findings that we normally explicitly exclude as "No Fix Needed"/"False Positive".
68
- ./gradlew -PssdlcReport.enabled=true --continue -x test -x integrationTest -x spotlessApply check scalaCheck kotlinCheck
+ ./gradlew -PssdlcReport.enabled=true --continue -x test -x integrationTest -x spotlessApply check scalaCheck
69
set -e
70
printf "\nSpotBugs created the following SARIF reports\n"
71
IFS=$'\n'
0 commit comments