Skip to content

Commit

Permalink
docs(static-html): Drop an obsolete comment
Browse files Browse the repository at this point in the history
It is not planned anymore to implement the mentioned change.

Signed-off-by: Frank Viernau <frank_viernau@epam.com>
  • Loading branch information
fviernau committed May 6, 2024
1 parent 2cbe474 commit 5d48b31
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ import org.ossreviewtoolkit.reporter.ReporterInput
*/
internal object TablesReportModelMapper {
fun map(input: ReporterInput): TablesReport {
// TODO: Use the prefixes up until the first '.' (which below get discarded) for some visual grouping in the
// report.
val labels = input.ortResult.labels.mapKeys { it.key.substringAfter(".") }

val ruleViolations = input.ortResult.getRuleViolations()
Expand Down

0 comments on commit 5d48b31

Please sign in to comment.