api/vendor/github.com/gordonklaus/ineffassign
renovate fd7dd47d5e Update github.com/gordonklaus/ineffassign commit hash to 7953dde (#233)
Update github.com/gordonklaus/ineffassign commit hash to 7953dde

Reviewed-on: vikunja/api#233
2020-04-07 12:30:57 +00:00
..
.gitignore added vendor 2018-10-28 17:24:10 +01:00
LICENSE added vendor 2018-10-28 17:24:10 +01:00
README.md Update github.com/gordonklaus/ineffassign commit hash to 7953dde (#233) 2020-04-07 12:30:57 +00:00
bugs added vendor 2018-10-28 17:24:10 +01:00
ineffassign.go Update github.com/gordonklaus/ineffassign commit hash to 7953dde (#233) 2020-04-07 12:30:57 +00:00
list added vendor 2018-10-28 17:24:10 +01:00
liststd added vendor 2018-10-28 17:24:10 +01:00

README.md

ineffassign

Detect ineffectual assignments in Go code.

This tool misses some cases because it does not consider any type information in its analysis. (For example, assignments to struct fields are never marked as ineffectual.) It should, however, never give any false positives.