gojp / goreportcard

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

Ineffassign reports a lot of false positive since last update #348

Closed Forceu closed 3 years ago

Forceu commented 3 years ago

Up until my last refresh which was 4 weeks ago, Ineffassign never reported any problems with my project. After I did a refresh today however, it reports a lot of functions that are apparently undeclared.

However all of them are only included if a specific tag is passed (and then both the source code is parsed and the functions are declared).

You can see the report at https://goreportcard.com/report/github.com/forceu/gokapi

Forceu commented 3 years ago

Sorry, that was indeed a correct error message, I am closing this issue now.