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.
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
gopherci/internal/analyser/analyser.go
Line 186 in af52b55