fd7dd47d5e
Update github.com/gordonklaus/ineffassign commit hash to 7953dde Reviewed-on: https://kolaente.dev/vikunja/api/pulls/233 |
||
---|---|---|
.. | ||
.gitignore | ||
bugs | ||
ineffassign.go | ||
LICENSE | ||
list | ||
liststd | ||
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.