gojp / goreportcard

A report card for your Go application
https://goreportcard.com
Apache License 2.0
1.99k stars 252 forks source link

goreportcard is using deprecated and unmaintained tools #425

Open ccoVeille opened 3 months ago

ccoVeille commented 3 months ago

at least the following component are now deprecated and unmaintained

The problem has been reported many times, and had never been addressed: #349 #378 #318 #355 #301

I discovered the issue in this PR https://github.com/Boeing/config-file-validator/pull/149#discussion_r1615499164

I'm wondering if the problem reported with #422 is not the same

Using revive would replace solve some issues, using golangci-lint may fix many issues.

What could be the step to address the issue ?