This repository has been archived on 2025-10-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
vikunja-api/vendor/github.com/gordonklaus/ineffassign
2018-10-28 17:24:10 +01:00
..
.gitignore added vendor 2018-10-28 17:24:10 +01:00
bugs added vendor 2018-10-28 17:24:10 +01:00
ineffassign.go added vendor 2018-10-28 17:24:10 +01:00
LICENSE added vendor 2018-10-28 17:24:10 +01: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 added vendor 2018-10-28 17:24:10 +01:00

ineffassign

Detect ineffectual assignments in Go code.

This tool misses some cases because 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.