Skip to content

Remove hardcoded tool name from issue message #119

@bradleyfalzon

Description

@bradleyfalzon

As pointed out in #118, we currently hardcode the tool name in the issue message. This was meant to be fixed a long time ago, but I just haven't gotten around to fixing it. It's about time I do.

Should just be a matter of removing it from being hardcoded in

Issue: fmt.Sprintf("%s: %s", tool.Name, issue.Message),
, and adding it to the various reporters and probably the analysis summary page.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions