Skip to content

Commit

Permalink
OrtMainFunTest: Suppress some ignored return values
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
  • Loading branch information
sschuberth committed Oct 5, 2022
1 parent af813be commit bf0f647
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/src/funTest/kotlin/OrtMainFunTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ class OrtMainFunTest : StringSpec() {
urlProcessed = normalizeVcsUrl(vcsUrl)
)

@Suppress("IgnoredReturnValue")
runMain(
"-P", "ort.analyzer.enabledPackageManagers=Gradle",
"analyze",
Expand All @@ -136,6 +137,7 @@ class OrtMainFunTest : StringSpec() {
urlProcessed = normalizeVcsUrl(vcsUrl)
)

@Suppress("IgnoredReturnValue")
runMain(
"-P", "ort.analyzer.enabledPackageManagers=Gradle",
"analyze",
Expand Down

0 comments on commit bf0f647

Please sign in to comment.