Skip to content

Commit

Permalink
chore(EvaluatedModelReporter): Remove unused properties
Browse files Browse the repository at this point in the history
This is a fixup for 1f76243.

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Jan 14, 2025
1 parent 373f997 commit a032f27
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@ class EvaluatedModelReporter(
override val descriptor: PluginDescriptor = EvaluatedModelReporterFactory.descriptor,
private val config: EvaluatedModelReporterConfig
) : Reporter {
companion object {
const val OPTION_OUTPUT_FILE_FORMATS = "output.file.formats"

const val OPTION_DEDUPLICATE_DEPENDENCY_TREE = "deduplicateDependencyTree"
}

override fun generateReport(input: ReporterInput, outputDir: File): List<Result<File>> {
val evaluatedModel = EvaluatedModel.create(input, config.deduplicateDependencyTree)

Expand Down

0 comments on commit a032f27

Please sign in to comment.