gordonklaus / ineffassign

Detect ineffectual assignments in Go code.
MIT License
390 stars 22 forks source link

go generate #39

Closed cblomart closed 3 years ago

cblomart commented 4 years ago

Would there be any way to ignore go generated files. A developper has not allways the control over these. Naturally correction to the thing generating the files is a solution but this can take time.

gordonklaus commented 4 years ago

We should use https://dmitri.shuralyov.com/go/generated to ignore generated files. PRs welcome.