Skip to content

Commit

Permalink
Remove deprecated markdown formatting function
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Rutkowski <[email protected]>
  • Loading branch information
mrutkows committed Apr 30, 2024
1 parent f31c914 commit 97f0204
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions cmd/report.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,6 @@ func truncateString(value string, maxLength int, showDetail bool) string {
return value
}

// TODO: look to deprecate, only used for LicenseChoice (license list)
func deprecatedCreateMarkdownColumnAlignment(titles []string) (alignment []string) {
for range titles {
alignment = append(alignment, MD_ALIGN_DEFAULT)
}
return
}

// TODO: Allow column format data to include MD_ALIGN_xxx values
func createMarkdownColumnAlignmentRow(columns []ColumnFormatData, summarizedReport bool) (alignment []string) {
for _, column := range columns {
Expand Down

0 comments on commit 97f0204

Please sign in to comment.