Skip to content

Commit

Permalink
chore(scancode): Make the internal timeout constant private
Browse files Browse the repository at this point in the history
This can even be private by now.

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Dec 4, 2023
1 parent 99b0f86 commit ff9e1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/scanners/scancode/src/main/kotlin/ScanCode.kt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class ScanCode internal constructor(

private const val LICENSE_REFERENCES_OPTION_VERSION = "32.0.0"
private const val OUTPUT_FORMAT = "json-pp"
internal const val TIMEOUT = 300
private const val TIMEOUT = 300

/**
* Configuration options that are relevant for [configuration] because they change the result file.
Expand Down

0 comments on commit ff9e1cf

Please sign in to comment.