Skip to content

Feature: Use original casing in report #133

@fenuks

Description

@fenuks

Before You Begin

Before proceeding, please make sure to follow these steps:

  • I have checked for similar feature requests in the project's issue tracker
    to avoid duplicates.
  • I have searched existing issues to see if this feature has been discussed
    before.

Feature Details

LicenseCheck uppercases some data in the report (like package name, licences, namever). It would be best to preserve original casing.

Is your feature request related to a problem? Please describe

Using uppercase names makes it more difficult to grep for the name. One can
ignore casing when grepping, but then all string are matched, not only ones
that would match original casing. Also arguably, using upercase makes report
look uglier.

Describe the solution you'd like

Preserve original casing in reports.

Describe alternatives you've considered

There is no alternative, once name is uppercased, it is impossible to revert to the original one.

Additional Context

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions